multiple prop of AkauntingSelect.vue component should be passed as a dynamic prop on multi_select_add_new_group.blade.php
This commit is contained in:
parent
147c7327a0
commit
9e4f3d8993
@ -23,7 +23,7 @@
|
|||||||
:model="{{ $attributes['model'] }}"
|
:model="{{ $attributes['model'] }}"
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
multiple="true"
|
:multiple="true"
|
||||||
|
|
||||||
:add-new="{{ json_encode([
|
:add-new="{{ json_encode([
|
||||||
'status' => true,
|
'status' => true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user