This commit is contained in:
Joep 2023-09-10 17:57:21 +02:00
parent 245da0ffdc
commit 5d7960746d
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@
</p>
<permissions v-model:perm="user.perm" />
<commands v-if="enableExec " v-model:commands="user.commands" />
<commands v-if="enableExec" v-model:commands="user.commands" />
<div v-if="!isDefault">
<h3>{{ $t("settings.rules") }}</h3>

View File

@ -39,7 +39,7 @@ export const useLayoutStore = defineStore("layout", {
},
showError() {
this.show = "error";
console.error(' error')
console.error(" error");
},
showSuccess() {
this.show = "success";