修复不能连续创建页面的问题

master
落雨楓 2 months ago
parent 87d171b6f7
commit 5c1180ae10

File diff suppressed because one or more lines are too long

@ -118,6 +118,7 @@ class CreatePageWidget {
window.open(targetUrl, '_blank');
this.pageNameInput.setValue('');
this.createButton.setDisabled(false);
this.clearErrorWarnings();
}

Loading…
Cancel
Save