Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
danharrin committed Mar 23, 2024
1 parent 2c5027a commit 1f4e67e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,17 +89,9 @@
->class(['fi-fo-date-time-picker'])
}}
>
<input
x-ref="maxDate"
type="hidden"
value="{{ $maxDate }}"
/>
<input x-ref="maxDate" type="hidden" value="{{ $maxDate }}" />

<input
x-ref="minDate"
type="hidden"
value="{{ $minDate }}"
/>
<input x-ref="minDate" type="hidden" value="{{ $minDate }}" />

<input
x-ref="disabledDates"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class="fi-fo-rich-editor fi-disabled prose block w-full max-w-none rounded-lg bg
"
x-on:trix-change="
let value = $event.target.value
$nextTick(() => {
if (! $refs.trix) {
return
Expand Down

0 comments on commit 1f4e67e

Please sign in to comment.