frontend: navigate to rooms page on room creation/update failure

This commit is contained in:
Carlos Santos 2025-08-04 17:36:40 +02:00
parent 400e95203d
commit 0ce5d26acc

View File

@ -164,6 +164,7 @@ export class RoomWizardComponent implements OnInit {
const errorMessage = `Failed to ${this.editMode ? 'update' : 'create'} room`;
this.notificationService.showSnackbar(errorMessage);
console.error(errorMessage, error);
await this.navigationService.navigateTo('rooms', undefined, true);
} finally {
this.wizardService.resetWizard();
// Deactivate loading state