Skip to content

Commit

Permalink
Fix: cross origin curation check empty value
Browse files Browse the repository at this point in the history
  • Loading branch information
awcodes committed Nov 4, 2024
1 parent b16efa2 commit 29d3c3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class="flex-1 relative flex flex-col lg:flex-row overflow-hidden"
fileName: '{{ $media->name }}',
fileType: '{{ $media->type }}',
presets: @js($presets),
checkCrossOrigin: {{ config('curator.cropper.check_cross_origin') }}
checkCrossOrigin: @js(config('curator.cropper.check_cross_origin'))
})"
x-on:add-curation.window="$dispatch('close-modal', { id: '{{ $modalId }}' })"
>
Expand Down

0 comments on commit 29d3c3f

Please sign in to comment.