mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 00:15: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) {
|
export function confirmAlert(properties: Props) {
|
||||||
const root = document.getElementById("modalRoot");
|
const root = document.getElementById("modalRoot");
|
||||||
if (root) {
|
if (root) {
|
||||||
|
|||||||
Reference in New Issue
Block a user