From 723cc4bc6460203db1df970f80dfef5f47cef7b1 Mon Sep 17 00:00:00 2001 From: gtzatchkova Date: Tue, 15 Oct 2024 19:08:16 +0200 Subject: [PATCH] Adjust CloseWithUnsavedChanges dialog to new Dialogs --- .../Application/Dialogs/CloseWithUnsavedChanges.tsx | 6 +++--- client/components/Application/Dialogs/UnsavedChanges.tsx | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/components/Application/Dialogs/CloseWithUnsavedChanges.tsx b/client/components/Application/Dialogs/CloseWithUnsavedChanges.tsx index a954adbb..f164b4e3 100644 --- a/client/components/Application/Dialogs/CloseWithUnsavedChanges.tsx +++ b/client/components/Application/Dialogs/CloseWithUnsavedChanges.tsx @@ -1,5 +1,5 @@ import DangerousIcon from '@mui/icons-material/Dangerous' -import ConfirmDialog from '../../Parts/Dialogs/OneButton' +import TwoButtonDialog from '../../Parts/Dialogs/TwoButton' import * as store from '@client/store' export default function CloseWithUnsavedChangesDialog() { @@ -14,13 +14,13 @@ export default function CloseWithUnsavedChangesDialog() { } return ( -