Explorar o código

reset mis change

yusuketk %!s(int64=5) %!d(string=hai) anos
pai
achega
ad4de801fb
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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,
     });
   }