1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Add onClose

This commit is contained in:
viown 2025-02-23 22:34:03 +03:00
parent a7621d242d
commit 560881bdea

View file

@ -67,6 +67,7 @@ const NewTriggerForm: FunctionComponent<IProps> = ({ open, title, onClose, onAdd
open={open}
maxWidth={'xs'}
fullWidth
onClose={onClose}
PaperProps={{
component: 'form',
onSubmit: onSubmit