熊谷洸介(Kousuke Kumagai) hace 6 años
padre
commit
20f934322d
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      src/client/js/components/Admin/Security/ShareLinkSetting.jsx

+ 2 - 1
src/client/js/components/Admin/Security/ShareLinkSetting.jsx

@@ -13,7 +13,8 @@ class ShareLinkSetting extends React.Component {
   constructor() {
     super();
     this.state = {
-      shareLinks: [],
+      // shareLinks: [],
+      // TODO:GW-2958で実装
     };
     this.deleteAllLinksButtonHandler = this.deleteAllLinksButtonHandler.bind(this);
     this.deleteLinkById = this.deleteLinkById.bind(this);