Skip to content

Commit

Permalink
Merge pull request #18 from andreazanini/patch-1
Browse files Browse the repository at this point in the history
fix formatState
  • Loading branch information
atmonshi authored Mar 13, 2024
2 parents 0219738 + ed46daa commit ae02970
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resources/views/popover-column.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
$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 +41,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 ae02970

Please sign in to comment.