mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 10:16:46 +00:00
Fix min value in editor (#4236)
This commit is contained in:
parent
b4942ad27e
commit
3697500402
@ -64,7 +64,7 @@ export class HuiGaugeCardEditor extends LitElement
|
||||
}
|
||||
|
||||
get _min(): number {
|
||||
return this._config!.number || 0;
|
||||
return this._config!.min || 0;
|
||||
}
|
||||
|
||||
get _max(): number {
|
||||
|
Loading…
x
Reference in New Issue
Block a user