Преглед изворни кода

remove sharelink state from jsx

ryuichi-e пре 5 година
родитељ
комит
8a1a6c42e3
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      src/client/js/components/Admin/Security/ShareLinkSetting.jsx

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

@@ -18,7 +18,6 @@ class ShareLinkSetting extends React.Component {
     super();
 
     this.state = {
-      shareLinks: [],
       isDeleteConfirmModalShown: false,
     };
     this.getShareLinkList = this.getShareLinkList.bind(this);