Skip to content

Commit

Permalink
[OPIK-127] [UX Improvements] Show two category input rows by default …
Browse files Browse the repository at this point in the history
…on categorical feedback score definition form (#287)
  • Loading branch information
andriidudar authored Sep 19, 2024
1 parent 9343eb4 commit 24b706a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const CategoricalFeedbackDefinitionDetails: React.FunctionComponent<
})),
"name",
)
: [{}],
: [{}, {}],
);

const categoricalDetails = useMemo(
Expand Down

0 comments on commit 24b706a

Please sign in to comment.