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 641a3d4 commit c50fea2Copy full SHA for c50fea2
packages/app/src/app/pages/Dashboard/queries.ts
@@ -290,12 +290,12 @@ export function addSandboxesToFolder(
290
export function undeleteSandboxes(selectedSandboxes) {
291
client.mutate<AddToCollectionMutation, AddToCollectionMutationVariables>({
292
mutation: ADD_SANDBOXES_TO_FOLDER_MUTATION,
293
+ // @ts-ignore
294
variables: {
295
sandboxIds: selectedSandboxes.toJS
296
? selectedSandboxes.toJS()
297
: selectedSandboxes,
298
collectionPath: '/',
- teamId: null,
299
},
300
optimisticResponse: {
301
__typename: 'RootMutationType',
0 commit comments