Skip to content

Commit 15c790c

Browse files
committed
fix: types
1 parent 0fe7b31 commit 15c790c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

static/app/views/detectors/components/connectAutomationsDrawer.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,7 @@ export function ConnectAutomationsDrawer({
8282
const toggleConnected = ({automation}: {automation: Automation}) => {
8383
const newAutomations =
8484
queryClient.setQueryData(
85-
automationsApiOptions({
86-
orgSlug: organization.slug,
85+
automationsApiOptions(organization, {
8786
ids: localWorkflowIds,
8887
}).queryKey,
8988
oldAutomations => {

0 commit comments

Comments
 (0)