Skip to content

Commit ae02970

Browse files
authored
Merge pull request #18 from andreazanini/patch-1
fix formatState
2 parents 0219738 + ed46daa commit ae02970

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

resources/views/popover-column.blade.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
$descriptionBelow = $getDescriptionBelow();
1010
$canWrap = $canWrap();
1111
$getContent = $getContent();
12+
$formattedState = $formatState($getState)
1213
@endphp
1314
<div
1415
wire:key="{{ $this->getId() }}.table.record.{{ $recordKey }}.column.{{ $getName() }}"
@@ -40,7 +41,7 @@ class="relative w-full fi-popover-trigger cursor-pointer flex items-center gap-2
4041
@click="$refs.panel.toggle"
4142
@endif
4243
>
43-
{{ $getState }}
44+
{{ $formattedState }}
4445

4546
@if($getIcon)
4647
<x-filament::icon

0 commit comments

Comments
 (0)