mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-02-11 17:55:51 +00:00
add snackbar
This commit is contained in:
parent
1d4d797bd8
commit
ed6f96f439
@ -1239,6 +1239,7 @@
|
||||
"profile18": "Open profile",
|
||||
"profile19": "Cannot fetch profile",
|
||||
"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.profileData = data;
|
||||
store.dispatch(setProfileData(data));
|
||||
|
||||
parentEpml.request('showSnackBar', get('profile.profile22'))
|
||||
|
||||
worker.terminate();
|
||||
} catch (error) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user