mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 11:16:35 +00:00
Remove flag that sets icon as required when creating a new dashboard (#19640)
Less friction to create a new dashboard. Moreover, an icon isn't actually required in order to create the dashboard anyway. See https://github.com/home-assistant/frontend/issues/19639
This commit is contained in:
parent
137f59feb1
commit
32971cc875
@ -169,7 +169,7 @@ export class DialogLovelaceDashboardDetail extends LitElement {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "icon",
|
name: "icon",
|
||||||
required: true,
|
required: false,
|
||||||
selector: {
|
selector: {
|
||||||
icon: {},
|
icon: {},
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user