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