Skip to content

Commit de91dc9

Browse files
test(pr): github trigger (#2000)
1 parent 31ed712 commit de91dc9

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

apps/sim/app/workspace/[workspaceId]/w/hooks/use-duplicate-folder.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,8 @@ import { useFolderStore } from '@/stores/folders/store'
66
const logger = createLogger('useDuplicateFolder')
77

88
interface UseDuplicateFolderProps {
9-
/**
10-
* Current workspace ID
11-
*/
129
workspaceId: string
13-
/**
14-
* Function that returns the folder ID(s) to duplicate
15-
* This function is called when duplication occurs to get fresh selection state
16-
*/
1710
getFolderIds: () => string | string[]
18-
/**
19-
* Optional callback after successful duplication
20-
*/
2111
onSuccess?: () => void
2212
}
2313

0 commit comments

Comments
 (0)