mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +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",
|
||||
required: true,
|
||||
required: false,
|
||||
selector: {
|
||||
icon: {},
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user