fix(striker-ui): close on proceed when confirm in manage files

main
Tsu-ba-me 1 year ago
parent 34fc75b3d7
commit 689734b293
  1. 7
      striker-ui/components/Files/ManageFilePanel.tsx

@ -375,7 +375,12 @@ const ManageFilePanel: FC = () => {
>
{editForm}
</DialogWithHeader>
<ConfirmDialog wide {...confirmDialogProps} ref={confirmDialogRef} />
<ConfirmDialog
closeOnProceed
wide
{...confirmDialogProps}
ref={confirmDialogRef}
/>
</>
);
};

Loading…
Cancel
Save