Skip to content

Commit c2e6509

Browse files
committed
feat: remove unused onMove prop from DFlowFolderProps for cleaner interface
1 parent 23d3d21 commit c2e6509

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/d-flow-folder/DFlowFolder.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ export interface DFlowFolderProps {
1818
onRename?: (flow: Flow, newName: string) => void
1919
onDelete?: (flow: Flow) => void
2020
onCreate?: (name: string, type: FlowType['id']) => void
21-
onMove?: (flow: Flow, newPath: string) => void
2221
}
2322

2423
export interface DFlowFolderGroupProps extends DFlowFolderProps, Omit<Code0Component<HTMLDivElement>, "controls"> {

0 commit comments

Comments
 (0)