Skip to content

Commit

Permalink
fix classname typo (#1128)
Browse files Browse the repository at this point in the history
valuerscs => valuesrcs
  • Loading branch information
schiller-manuel authored Nov 3, 2024
1 parent f555509 commit a194981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/modules/components/rule/Widget.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ export default class Widget extends Component {
return (
<div key={"wrapper-"+widgetId} className={classNames(
valueSrc === "func" ? "widget--func" : "widget--widget",
hasValueSources ? "widget--has-valuerscs" : "widget--has-no-valuerscs"
hasValueSources ? "widget--has-valuesrcs" : "widget--has-no-valuesrcs"
)}>
{valueSrc === "func" ? null : widgetLabel}
<WidgetFactory
Expand Down

0 comments on commit a194981

Please sign in to comment.