Pages/shows: ignore create modal dismiss result

This commit is contained in:
Toast 2025-02-05 01:53:47 +01:00
parent fd41663f86
commit 3a95b89bf7

View file

@ -59,6 +59,9 @@ export class ShowsComponent {
}, complete: () => {
}
})
},
(result) => {
// Dismissed, do nothing
}
)
}