contact user update invite disabled

This commit is contained in:
Cihan Şentürk
2022-12-14 17:32:33 +03:00
committed by GitHub
parent d7ac692be5
commit be2ac59aab
2 changed files with 4 additions and 1 deletions

View File

@ -36,7 +36,9 @@ const app = new Vue({
},
mounted() {
this.form.create_user = false;
if (! this.form.create_user) {
this.form.create_user = false;
}
},
methods:{