changover to use the components settings and not the prefs

This commit is contained in:
csawatzky 2025-07-17 09:19:01 -06:00
parent 67cafbe2ed
commit 90776b0c06
6 changed files with 32 additions and 49 deletions

View file

@ -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}
// />
// )
// }