2
0
yusuketk 5 жил өмнө
parent
commit
ad4de801fb

+ 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,
     });
   }