We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ecddbc commit a1e2ac1Copy full SHA for a1e2ac1
src/data/label_registry.ts
@@ -264,6 +264,7 @@ export const getLabels = (
264
const items = outputLabels.map<PickerComboBoxItem>((label) => ({
265
id: label.label_id,
266
primary: label.name,
267
+ secondary: label.description ?? "",
268
icon: label.icon || undefined,
269
icon_path: label.icon ? undefined : mdiLabel,
270
sorting_label: label.name,
0 commit comments