We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4f143b commit eb5052eCopy full SHA for eb5052e
frontend/src/app/components/ConfirmationDialog.tsx
@@ -6,6 +6,7 @@ import Dialog from "@mui/material/Dialog";
6
import {PropsWithChildren} from "react";
7
8
export interface ConfirmationDialogRawProps {
9
+ title: string;
10
open: boolean;
11
onClose: (value?: boolean) => void;
12
}
0 commit comments