Skip to content

Commit

Permalink
handle custom validation
Browse files Browse the repository at this point in the history
  • Loading branch information
phyothiha committed Dec 13, 2024
1 parent 51a27bd commit 4fba19b
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,12 @@ class="primary-button"
</option>
</x-admin::form.control-group.control>
<x-admin::form.control-group.error control-name="permissions" />
<x-admin::form.control-group.error control-name="permission_type" />
</x-admin::form.control-group>
<div v-if="permission_type == 'custom'">
<x-admin::form.control-group.error control-name="permissions" />
<x-admin::tree.view
input-type="checkbox"
value-field="key"
Expand Down

0 comments on commit 4fba19b

Please sign in to comment.