This commit is contained in:
Henry Jameson 2026-09-02 16:18:56 +03:00
commit c4442f595d

View file

@ -413,8 +413,7 @@ export default {
hardReset() {
switch (this.realSource) {
case 'admin':
return this.$store
.dispatch('resetAdminSetting', { path: this.path })
return useAdminSettingsStore().resetAdminSetting({ path: this.path })
.then(() => {
this.draft = this.state
})