Pages/shows: ignore create modal dismiss result
This commit is contained in:
parent
fd41663f86
commit
3a95b89bf7
1 changed files with 3 additions and 0 deletions
|
|
@ -59,6 +59,9 @@ export class ShowsComponent {
|
|||
}, complete: () => {
|
||||
}
|
||||
})
|
||||
},
|
||||
(result) => {
|
||||
// Dismissed, do nothing
|
||||
}
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue