Fixes #359
This commit is contained in:
parent
5e14d3a9df
commit
50fdc2fdbc
@ -53,7 +53,8 @@ export async function instantiateTemplateCommand() {
|
||||
|
||||
try {
|
||||
// Fails if doesn't exist
|
||||
space.getPageMeta(pageName);
|
||||
await space.getPageMeta(pageName);
|
||||
|
||||
// So, page exists, let's warn
|
||||
if (
|
||||
!await editor.confirm(
|
||||
|
Loading…
Reference in New Issue
Block a user