1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-05-03 15:11:06 +01:00

Improve label picker UI and search (#25522)

This commit is contained in:
Paul Bottein
2025-05-20 12:47:33 +02:00
committed by GitHub
parent a55ef8ad47
commit 4de95f6710
13 changed files with 198 additions and 238 deletions

View File

@@ -1214,7 +1214,6 @@ ${rejected
createEntry: async (values) => {
const label = await createLabelRegistryEntry(this.hass, values);
this._bulkLabel(label.label_id, "add");
return label;
},
});
};