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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

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

View File

@ -48,6 +48,7 @@
:options="['1' => trans('customers.user_created')]" :options="['1' => trans('customers.user_created')]"
checkbox-class="sm:col-span-6" checkbox-class="sm:col-span-6"
checked checked
disabled
/> />
@else @else
<x-tooltip id="tooltip-client_portal-text" placement="bottom" message="{{ trans('customers.can_login_description') }}"> <x-tooltip id="tooltip-client_portal-text" placement="bottom" message="{{ trans('customers.can_login_description') }}">