Skip to content

Commit 73aa24e

Browse files
committed
fix the summernote css block name
1 parent 6a2daee commit 73aa24e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/views/crud/fields/summernote.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
{{-- include summernote css --}}
3434
@basset('https://unpkg.com/[email protected]/dist/summernote-lite.min.css')
3535
@basset('https://unpkg.com/[email protected]/dist/font/summernote.woff2', false)
36-
@bassetBlock('backpack/crud/fields/checklist-field.css')
36+
@bassetBlock('backpack/crud/fields/summernote-field.css')
3737
<style type="text/css">
3838
.note-editor.note-frame .note-status-output, .note-editor.note-airframe .note-status-output {
3939
height: auto;

0 commit comments

Comments
 (0)