Skip to content

Commit

Permalink
missed call to show up outputs panel
Browse files Browse the repository at this point in the history
  • Loading branch information
danpriori committed Jul 2, 2024
1 parent 78673b9 commit 9a5413e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ export const RuleBasedOutputsButton = ({
if (onRuleSetStylingChanged !== undefined) onRuleSetStylingChanged(undefined);
}

if (onRuleSetSelectedChanged !== undefined) onRuleSetSelectedChanged(selectedRule);

setIsRuleLoading(true);

setEmptyRuleSelected(emptySelection);
Expand Down

0 comments on commit 9a5413e

Please sign in to comment.