close #2552 Added: Quick category modal add parent category field

This commit is contained in:
Cüneyt Şentürk
2022-07-26 15:56:43 +03:00
parent 91ce0e5aa8
commit 040527734d
4 changed files with 51 additions and 4 deletions

View File

@ -125,6 +125,10 @@
@change="{{ $attributes['change'] }}($event)"
@endif
@if (! empty($attributes['focus']))
@focus="{{ $attributes['focus'] }}"
@endif
@if (! empty($attributes['visible-change']))
@visible-change="{{ $attributes['visible-change'] }}"
@endif