Explorar el Código

set init param

yusuketk hace 5 años
padre
commit
b6bfe460e6
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      src/client/js/components/PageEditor/LinkEditModal.jsx

+ 4 - 0
src/client/js/components/PageEditor/LinkEditModal.jsx

@@ -75,6 +75,10 @@ class LinkEditModal extends React.PureComponent {
       labelInputValue: label,
       linkInputValue: link,
       linkerType: type,
+      isUseRelativePath: false,
+      isUsePermanentLink: false,
+      markdown: '',
+      permalink: '',
     });
   }