We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9d74b9 commit 207cfcfCopy full SHA for 207cfcf
src/components/d-flow-folder/DFlowFolderCreateDialog.tsx
@@ -7,10 +7,11 @@ import {Button} from "../button/Button";
7
import {FlowType} from "@code0-tech/sagittarius-graphql-types";
8
import {DFlowFolderItemPathInput} from "./DFlowFolderItemPathInput";
9
10
-export interface DFlowFolderCreateDialogProps extends DFlowFolderProps {
+export interface DFlowFolderCreateDialogProps {
11
open?: boolean
12
onOpenChange?: (open: boolean) => void
13
flowTypeId: FlowType['id']
14
+ onCreate?: (name: string, type: FlowType['id']) => void
15
}
16
17
export const DFlowFolderCreateDialog: React.FC<DFlowFolderCreateDialogProps> = (props) => {
0 commit comments