Browse Source

reset mis change

yusuketk 5 năm trước cách đây
mục cha
commit
ad4de801fb
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      src/client/js/components/PageEditor/LinkEditModal.jsx

+ 2 - 1
src/client/js/components/PageEditor/LinkEditModal.jsx

@@ -81,8 +81,9 @@ class LinkEditModal extends React.PureComponent {
     this.setState({
       show: true,
       labelInputValue: label,
-      linkerType: type,
       isUsePermanentLink: false,
+      permalink: '',
+      linkerType: type,
     });
   }