create page with specified content type + parent

This commit is contained in:
2020-08-12 14:16:28 +02:00
parent c6a3bee139
commit ec732c1c10
7 changed files with 26 additions and 53 deletions
+1 -1
View File
@@ -141,7 +141,7 @@
.catch(exception =>
{
this.loadingState = 'error';
this.loadingError = error;
this.loadingError = exception;
});
});
},