Merge pull request #222 from Philreact/bugfix/add-snackbar-profile-success

add snackbar
This commit is contained in:
AlphaX-Projects 2023-11-08 17:01:29 +01:00 committed by GitHub
commit 23efa1e860
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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) {