diff --git a/src/Squidex/app/features/content/pages/content/content-page.component.ts b/src/Squidex/app/features/content/pages/content/content-page.component.ts index b83f594de..e70c8f2dd 100644 --- a/src/Squidex/app/features/content/pages/content/content-page.component.ts +++ b/src/Squidex/app/features/content/pages/content/content-page.component.ts @@ -140,8 +140,8 @@ export class ContentPageComponent extends AppComponentBase implements OnDestroy, this.messageBus.publish(new ContentCreated(created.id, created.data, this.version.value, publish)); this.enable(); - this.finishCreation(); this.updateUrl(); + this.finishCreation(); this.notifyInfo('Content created successfully.'); }, error => {