Skip to content

Commit eb5052e

Browse files
committed
fix(frontend): ConfirmationDialog props
1 parent f4f143b commit eb5052e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/app/components/ConfirmationDialog.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import Dialog from "@mui/material/Dialog";
66
import {PropsWithChildren} from "react";
77

88
export interface ConfirmationDialogRawProps {
9+
title: string;
910
open: boolean;
1011
onClose: (value?: boolean) => void;
1112
}

0 commit comments

Comments
 (0)