Skip to content

Commit

Permalink
Merge pull request #24 from mrfade/master
Browse files Browse the repository at this point in the history
fix: add statePath back
  • Loading branch information
rahmanramsi authored Aug 15, 2023
2 parents 34250e6 + eafe532 commit 4663d0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/views/forms/components/fields/editorjs.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
}}
x-data="editorjs({
state: $wire.entangle('{{ $getStatePath() }}'),
statePath: '{{ $getStatePath() }}',
placeholder: '{{ $getPlaceholder() }}',
readOnly: {{ $isDisabled() ? 'true' : 'false' }},
tools: @js($getTools()),
Expand Down

0 comments on commit 4663d0b

Please sign in to comment.