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 c77454d commit 51519f5Copy full SHA for 51519f5
src/components/d-flow-folder/DFlowFolder.tsx
@@ -18,7 +18,6 @@ export interface DFlowFolderProps {
18
onRename?: (flow: Flow, newName: string) => void
19
onDelete?: (flow: Flow) => void
20
onCreate?: (name: string, type: FlowType['id']) => void
21
- onMove?: (flow: Flow, newPath: string) => void
22
}
23
24
export interface DFlowFolderGroupProps extends DFlowFolderProps, Omit<Code0Component<HTMLDivElement>, "controls"> {
0 commit comments