Skip to content

Commit

Permalink
fix formatState
Browse files Browse the repository at this point in the history
  • Loading branch information
andreazanini authored Mar 13, 2024
1 parent 0219738 commit a8e807f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion resources/views/popover-column.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
$descriptionBelow = $getDescriptionBelow();
$canWrap = $canWrap();
$getContent = $getContent();
$formattedState = $formatState($getState)
@endphp
<div
wire:key="{{ $this->getId() }}.table.record.{{ $recordKey }}.column.{{ $getName() }}"
Expand Down Expand Up @@ -40,7 +42,7 @@ class="relative w-full fi-popover-trigger cursor-pointer flex items-center gap-2
@click="$refs.panel.toggle"
@endif
>
{{ $getState }}
{{ $formattedState }}

@if($getIcon)
<x-filament::icon
Expand Down

0 comments on commit a8e807f

Please sign in to comment.