From 80fb2c0a1f321552c700152983ec578ab6b6ee4d Mon Sep 17 00:00:00 2001 From: Sebastian Stehle Date: Thu, 20 Apr 2017 21:24:00 +0200 Subject: [PATCH] Stupid minor change that makes the code look better (for me :D) --- .../features/content/pages/content/content-page.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 => {