Skip to content

Commit

Permalink
Update modal.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ah-rahimi committed Feb 28, 2024
1 parent e8bd257 commit 285ee49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/button/modal.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class="modal-dialog modal-dialog-scrollable modal-{{ $modal->size }} @if ($modal

@case('input')
@php
$value = T0team\LaravelPanel\Helper::value($row, $body['input']?->tableProperty);
$value = T0team\LaravelPanel\Helper::value($row, $body['input']?->tableProperty) ?? $body['input']?->value;
@endphp
<div class="mb-3">
@include("panel::form.components.{$body['input']->file}", [
Expand Down

0 comments on commit 285ee49

Please sign in to comment.