From a169e64e0911f2b82c6aa92ba4c566630b479a2c Mon Sep 17 00:00:00 2001 From: Konstantin Schaper Date: Thu, 24 Sep 2020 09:12:37 +0200 Subject: [PATCH] revert deprecation for later redeclaration --- scm-ui/ui-components/src/modals/ConfirmAlert.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/scm-ui/ui-components/src/modals/ConfirmAlert.tsx b/scm-ui/ui-components/src/modals/ConfirmAlert.tsx index ee0265d89d..45726d314b 100644 --- a/scm-ui/ui-components/src/modals/ConfirmAlert.tsx +++ b/scm-ui/ui-components/src/modals/ConfirmAlert.tsx @@ -81,9 +81,6 @@ export const ConfirmAlert: FC = ({ title, message, buttons, close }) => { ); }; -/** - * @deprecated Use the {@link ConfirmAlert} component directly instead. - */ export function confirmAlert(properties: Props) { const root = document.getElementById("modalRoot"); if (root) {