熊谷洸介(Kousuke Kumagai) 5 years ago
parent
commit
20f934322d
1 changed files with 2 additions and 1 deletions
  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);