From 3a95b89bf7b721b2c6046e0c54867bfe355f21a4 Mon Sep 17 00:00:00 2001 From: Toast Date: Wed, 5 Feb 2025 01:53:47 +0100 Subject: [PATCH] Pages/shows: ignore create modal dismiss result --- src/pages/shows/shows.component.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/pages/shows/shows.component.ts b/src/pages/shows/shows.component.ts index 8798d79..fefe8a6 100644 --- a/src/pages/shows/shows.component.ts +++ b/src/pages/shows/shows.component.ts @@ -59,6 +59,9 @@ export class ShowsComponent { }, complete: () => { } }) + }, + (result) => { + // Dismissed, do nothing } ) }