Skip to content

Commit

Permalink
multiple prop of AkauntingSelect.vue component should be passed as a …
Browse files Browse the repository at this point in the history
…dynamic prop on multi_select_add_new_group.blade.php
  • Loading branch information
sevannerse committed Feb 18, 2020
1 parent 147c732 commit 9e4f3d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class="{{ $col }}{{ isset($attributes['required']) ? ' required' : '' }}{{ isset
:model="{{ $attributes['model'] }}"
@endif

multiple="true"
:multiple="true"

:add-new="{{ json_encode([
'status' => true,
Expand Down

0 comments on commit 9e4f3d8

Please sign in to comment.