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 0fe7b31 commit 15c790cCopy full SHA for 15c790c
1 file changed
static/app/views/detectors/components/connectAutomationsDrawer.tsx
@@ -82,8 +82,7 @@ export function ConnectAutomationsDrawer({
82
const toggleConnected = ({automation}: {automation: Automation}) => {
83
const newAutomations =
84
queryClient.setQueryData(
85
- automationsApiOptions({
86
- orgSlug: organization.slug,
+ automationsApiOptions(organization, {
87
ids: localWorkflowIds,
88
}).queryKey,
89
oldAutomations => {
0 commit comments