fix error
This commit is contained in:
parent
a6a77aa026
commit
62b249c082
@ -48,7 +48,7 @@ class SettingsPage extends connect(store)(LitElement) {
|
|||||||
lastSelected: { type: Number },
|
lastSelected: { type: Number },
|
||||||
nodeConfig: { type: Object },
|
nodeConfig: { type: Object },
|
||||||
theme: { type: String, reflect: true },
|
theme: { type: String, reflect: true },
|
||||||
nodeIndex: { type: Number },e
|
nodeIndex: { type: Number },
|
||||||
isBeingEdited: { type: Boolean },
|
isBeingEdited: { type: Boolean },
|
||||||
dropdownOpen: { type: Boolean },
|
dropdownOpen: { type: Boolean },
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user