Browse Source

Stupid minor change that makes the code look better (for me :D)

pull/65/head
Sebastian Stehle 9 years ago
parent
commit
80fb2c0a1f
  1. 2
      src/Squidex/app/features/content/pages/content/content-page.component.ts

2
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 => {

Loading…
Cancel
Save