mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Add onClose
This commit is contained in:
parent
a7621d242d
commit
560881bdea
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ const NewTriggerForm: FunctionComponent<IProps> = ({ open, title, onClose, onAdd
|
||||||
open={open}
|
open={open}
|
||||||
maxWidth={'xs'}
|
maxWidth={'xs'}
|
||||||
fullWidth
|
fullWidth
|
||||||
|
onClose={onClose}
|
||||||
PaperProps={{
|
PaperProps={{
|
||||||
component: 'form',
|
component: 'form',
|
||||||
onSubmit: onSubmit
|
onSubmit: onSubmit
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue