changover to use the components settings and not the prefs
This commit is contained in:
parent
67cafbe2ed
commit
90776b0c06
6 changed files with 32 additions and 49 deletions
|
|
@ -487,7 +487,7 @@ export default function DeviceComponent() {
|
|||
component={component}
|
||||
reading={row}
|
||||
tableCell={true}
|
||||
excludedNodes={deviceComponentPrefs?.excludedNodes}
|
||||
excludedNodes={component.settings.excludedNodes}
|
||||
/>
|
||||
)
|
||||
}
|
||||
|
|
@ -528,7 +528,7 @@ export default function DeviceComponent() {
|
|||
// component={component}
|
||||
// reading={row}
|
||||
// tableCell={true}
|
||||
// excludedNodes={deviceComponentPrefs?.excludedNodes}
|
||||
// excludedNodes={component.settings.excludedNodes}
|
||||
// />
|
||||
// )
|
||||
// }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue