Skip to content

Commit 8412820

Browse files
committed
Fix IbexaTable Plugin import
1 parent 6c9914f commit 8412820

File tree

1 file changed

+1
-1
lines changed
  • src/bundle/Resources/public/js/CKEditor/table

1 file changed

+1
-1
lines changed

src/bundle/Resources/public/js/CKEditor/table/table.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import Plugin from '@ckeditor/ckeditor5-core/src/plugin';
1+
import { Plugin } from 'ckeditor5';
22

33
import { addPredefinedClassToConfig } from '../custom-attributes/helpers/config-helper';
44

0 commit comments

Comments
 (0)