Skip to content

Commit

Permalink
Enable bold labels in item lookup
Browse files Browse the repository at this point in the history
Per UX feedback.

Bug: T370057
  • Loading branch information
lucaswerkmeister committed Nov 27, 2024
1 parent 2d2baee commit 1fc9d9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ItemLookup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ const messages = useMessages();
const menuConfig = {
visibleItemLimit: 6,
boldLabel: true,
};
const fieldStatus = computed( (): ValidationStatusType => {
Expand Down

0 comments on commit 1fc9d9b

Please sign in to comment.