4
1
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:
PhilReact 2023-11-08 13:19:36 +02:00
parent 1d4d797bd8
commit ed6f96f439
2 changed files with 3 additions and 2 deletions

View File

@ -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"
}
}

View File

@ -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) {