refactor: remove hardcoded editor option

This commit is contained in:
Aslam H
2024-11-04 16:47:20 +07:00
parent b613bbd66c
commit fc879b888c

View File

@@ -21,7 +21,6 @@ export const LaEditor = React.forwardRef<HTMLDivElement, LaEditorProps>(
...props,
me,
personalPage,
shouldRerenderOnTransaction: true,
})
if (!editor) {