mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 09:16:38 +00:00
Remove min/max >=1 requirement from gauge-card-editor (#14682)
fixes undefined
This commit is contained in:
parent
1bce5efc9e
commit
363092ff03
@ -78,8 +78,8 @@ export class HuiGaugeCardEditor
|
||||
name: "",
|
||||
type: "grid",
|
||||
schema: [
|
||||
{ name: "min", selector: { number: { min: 1, mode: "box" } } },
|
||||
{ name: "max", selector: { number: { min: 1, mode: "box" } } },
|
||||
{ name: "min", selector: { number: { mode: "box" } } },
|
||||
{ name: "max", selector: { number: { mode: "box" } } },
|
||||
],
|
||||
},
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user