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) {