create page with specified content type + parent
This commit is contained in:
@@ -141,7 +141,7 @@
|
||||
.catch(exception =>
|
||||
{
|
||||
this.loadingState = 'error';
|
||||
this.loadingError = error;
|
||||
this.loadingError = exception;
|
||||
});
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user