Skip to content

Commit

Permalink
fix(frontend): ConfirmationDialog props
Browse files Browse the repository at this point in the history
  • Loading branch information
berdal84 committed Jan 19, 2024
1 parent f4f143b commit eb5052e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/app/components/ConfirmationDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import Dialog from "@mui/material/Dialog";
import {PropsWithChildren} from "react";

export interface ConfirmationDialogRawProps {
title: string;
open: boolean;
onClose: (value?: boolean) => void;
}
Expand Down

0 comments on commit eb5052e

Please sign in to comment.