yusuketk 5 lat temu
rodzic
commit
b6bfe460e6

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