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:
@@ -1214,7 +1214,6 @@ ${rejected
|
||||
createEntry: async (values) => {
|
||||
const label = await createLabelRegistryEntry(this.hass, values);
|
||||
this._bulkLabel(label.label_id, "add");
|
||||
return label;
|
||||
},
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user