Skip to content

Commit 83acfc4

Browse files
committed
fix build
1 parent b697dc0 commit 83acfc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/sim/hooks/queries/utils/top-insertion-sort-order.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
interface SortableWorkflow {
2-
workspaceId: string
2+
workspaceId?: string
33
folderId?: string | null
44
sortOrder?: number
55
}
66

77
interface SortableFolder {
8-
workspaceId: string
8+
workspaceId?: string
99
parentId?: string | null
1010
sortOrder: number
1111
}

0 commit comments

Comments
 (0)