Merge pull request #2822 from CihanSenturk/invite-disabled

contact user update invite disabled
This commit is contained in:
Cüneyt Şentürk 2022-12-14 17:37:43 +03:00 committed by GitHub
commit ceb6943e81
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') }}">