Skip to content

Commit 8b3d3d2

Browse files
committed
fix typo
1 parent f8a0406 commit 8b3d3d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/views/crud/columns/select_from_array.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
1212
foreach ($values as $key => $value) {
1313
if (! is_null($value)) {
14-
$array_of_values[] = $column['options'][$value] ?? $values;
14+
$array_of_values[] = $column['options'][$value] ?? $value;
1515
} else {
1616
echo '-';
1717
continue;

0 commit comments

Comments
 (0)