Browse Source

clean code

Yuki Takei 8 năm trước cách đây
mục cha
commit
0fe5a004f2
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      resource/js/components/PageEditor/Editor.js

+ 1 - 0
resource/js/components/PageEditor/Editor.js

@@ -522,6 +522,7 @@ export default class Editor extends React.Component {
 Editor.propTypes = {
   value: PropTypes.string,
   options: PropTypes.object,
+  editorOptions: PropTypes.object,
   isUploadable: PropTypes.bool,
   isUploadableFile: PropTypes.bool,
   onChange: PropTypes.func,