mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-04-15 07:45:54 +00:00
Merge pull request #222 from Philreact/bugfix/add-snackbar-profile-success
add snackbar
This commit is contained in:
commit
23efa1e860
@ -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