Create request/folder with proper folderId

This commit is contained in:
Gregory Schier
2024-09-03 08:06:30 -07:00
parent 230e1f55c2
commit 8619c66ea4
3 changed files with 9 additions and 5 deletions

View File

@@ -13,7 +13,7 @@ export function useCreateDropdownItems({
}: {
hideFolder?: boolean;
hideIcons?: boolean;
folderId?: string;
folderId?: string | null;
} = {}): DropdownItem[] {
const createHttpRequest = useCreateHttpRequest();
const createGrpcRequest = useCreateGrpcRequest();