Skip to content

Commit a8e807f

Browse files
authored
fix formatState
1 parent 0219738 commit a8e807f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

resources/views/popover-column.blade.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
$descriptionBelow = $getDescriptionBelow();
1010
$canWrap = $canWrap();
1111
$getContent = $getContent();
12+
$formattedState = $formatState($getState)
13+
1214
@endphp
1315
<div
1416
wire:key="{{ $this->getId() }}.table.record.{{ $recordKey }}.column.{{ $getName() }}"
@@ -40,7 +42,7 @@ class="relative w-full fi-popover-trigger cursor-pointer flex items-center gap-2
4042
@click="$refs.panel.toggle"
4143
@endif
4244
>
43-
{{ $getState }}
45+
{{ $formattedState }}
4446

4547
@if($getIcon)
4648
<x-filament::icon

0 commit comments

Comments
 (0)