mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 08:25:44 +01:00
fix review findings
This commit is contained in:
@@ -81,6 +81,9 @@ export const ConfirmAlert: FC<Props> = ({ title, message, buttons, close }) => {
|
||||
);
|
||||
};
|
||||
|
||||
/**
|
||||
* @deprecated Please use {@link ConfirmAlert} directly.
|
||||
*/
|
||||
export function confirmAlert(properties: Props) {
|
||||
const root = document.getElementById("modalRoot");
|
||||
if (root) {
|
||||
|
||||
Reference in New Issue
Block a user