Completes basic functionality for UI configuration

This commit is contained in:
Alicia Sykes
2021-05-17 21:04:50 +01:00
parent 062f48a6ef
commit e59f501dab
4 changed files with 45 additions and 164 deletions

View File

@@ -36,6 +36,7 @@ export default {
pageInfo.footerText = this.formElements.footerText;
localStorage.setItem(localStorageKeys.PAGE_INFO, JSON.stringify(pageInfo));
this.$toasted.show('Changes seved succesfully');
setTimeout(() => { location.reload(); }, 1500); // eslint-disable-line no-restricted-globals
},
},
data() {