Skip to content

Commit 424a640

Browse files
Ruben van LeeuwenDutchBen
authored andcommitted
2289: Disables toast messages in action menu for now
1 parent 2ccd209 commit 424a640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/orchestrator-ui-components/src/components/WfoSubscription/WfoSubscriptionActions/WfoSubscriptionActions.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ export const WfoSubscriptionActions: FC<WfoSubscriptionActionsProps> = ({
136136
isTask: boolean = false,
137137
) => {
138138
if (compactMode) {
139-
silentlyStartAction(actionName, isTask);
139+
silentlyStartAction(actionName);
140140
} else {
141141
redirectToUrl(actionName, isTask);
142142
}

0 commit comments

Comments
 (0)