Fix editor label.

This commit is contained in:
Dermot Duffy
2023-09-06 19:55:00 -07:00
parent 1c27bc55dd
commit 4cd0778441
+3 -1
View File
@@ -995,7 +995,9 @@ export class FrigateCardEditor extends LitElement implements LovelaceCardEditor
labelPath,
{ name: 'mdi:page-layout-body' },
html`
${this._renderOptionSelector(configPathFit, this._layoutFits)}
${this._renderOptionSelector(configPathFit, this._layoutFits, {
label: localize('config.common.layout.fit'),
})}
${this._renderNumberInput(configPathPositionX, {
min: 0,
max: 100,