Browse Source

clean code

kaori 3 năm trước cách đây
mục cha
commit
44b4ad6187
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      packages/app/src/components/PageEditor/DrawioModal.jsx

+ 0 - 1
packages/app/src/components/PageEditor/DrawioModal.jsx

@@ -117,7 +117,6 @@ class DrawioModal extends React.PureComponent {
   }
 
   get drawioURL() {
-    // const { config } = this.props.appContainer;
     const { drawioUriEnv } = this.props;
 
     const drawioUri = drawioUriEnv || 'https://embed.diagrams.net/';