diff --git a/react-components/src/components/RevealToolbar/RuleBasedOutputsButton.tsx b/react-components/src/components/RevealToolbar/RuleBasedOutputsButton.tsx index 2fb56490b4b..c2484f6bb98 100644 --- a/react-components/src/components/RevealToolbar/RuleBasedOutputsButton.tsx +++ b/react-components/src/components/RevealToolbar/RuleBasedOutputsButton.tsx @@ -82,6 +82,8 @@ export const RuleBasedOutputsButton = ({ if (onRuleSetStylingChanged !== undefined) onRuleSetStylingChanged(undefined); } + if (onRuleSetSelectedChanged !== undefined) onRuleSetSelectedChanged(selectedRule); + setIsRuleLoading(true); setEmptyRuleSelected(emptySelection);