mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-11 16:05:44 +01:00
revert deprecation for later redeclaration
This commit is contained in:
@@ -81,9 +81,6 @@ export const ConfirmAlert: FC<Props> = ({ title, message, buttons, close }) => {
|
||||
);
|
||||
};
|
||||
|
||||
/**
|
||||
* @deprecated Use the {@link ConfirmAlert} component directly instead.
|
||||
*/
|
||||
export function confirmAlert(properties: Props) {
|
||||
const root = document.getElementById("modalRoot");
|
||||
if (root) {
|
||||
|
||||
Reference in New Issue
Block a user