mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Add onClose to ConfirmDialog for consistency
This commit is contained in:
parent
560881bdea
commit
33ac6d75ea
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ const ConfirmDialog: FC<ConfirmDialogProps> = ({
|
|||
onConfirm,
|
||||
...dialogProps
|
||||
}) => (
|
||||
<Dialog {...dialogProps}>
|
||||
<Dialog onClose={onCancel} {...dialogProps}>
|
||||
<DialogTitle>
|
||||
{title}
|
||||
</DialogTitle>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue