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.
2 parents 44dd84c + dc70c8b commit 39cfea8Copy full SHA for 39cfea8
apps/desktop/src/lib/stacks/stackService.svelte.ts
@@ -603,7 +603,7 @@ function injectEndpoints(api: ClientState['backendApi']) {
603
unapply: build.mutation<void, { projectId: string; stackId: string }>({
604
query: ({ projectId, stackId }) => ({
605
command: 'save_and_unapply_virtual_branch',
606
- params: { projectId, branch: stackId }
+ params: { projectId, stackId }
607
}),
608
invalidatesTags: [ReduxTag.Stacks]
609
0 commit comments