We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfa9566 commit 3e87481Copy full SHA for 3e87481
resources/views/fields/select2_from_ajax.blade.php
@@ -38,11 +38,11 @@ class="form-control"
38
@endif
39
</select>
40
41
- @if (isset($field['on_the_fly']))
+ @if ($field['on_the_fly']['create'] ?? true)
42
@include('webfactor::fields.inc.button-add')
43
44
45
+ @if ($field['on_the_fly']['edit'] ?? true)
46
@include('webfactor::fields.inc.button-edit')
47
48
</div>
0 commit comments