forked from Qortal/qortal-ui
add snackbar
This commit is contained in:
parent
1d4d797bd8
commit
ed6f96f439
@ -1239,6 +1239,7 @@
|
|||||||
"profile18": "Open profile",
|
"profile18": "Open profile",
|
||||||
"profile19": "Cannot fetch profile",
|
"profile19": "Cannot fetch profile",
|
||||||
"profile20": "Register name",
|
"profile20": "Register name",
|
||||||
"profile21": "Insert address from UI"
|
"profile21": "Insert address from UI",
|
||||||
|
"profile22": "Success"
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -593,7 +593,7 @@ class ProfileQdn extends connect(store)(LitElement) {
|
|||||||
this.resourceExists = true;
|
this.resourceExists = true;
|
||||||
this.profileData = data;
|
this.profileData = data;
|
||||||
store.dispatch(setProfileData(data));
|
store.dispatch(setProfileData(data));
|
||||||
|
parentEpml.request('showSnackBar', get('profile.profile22'))
|
||||||
|
|
||||||
worker.terminate();
|
worker.terminate();
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user