@ledvance/group-ui-biz-bundle 1.0.119 → 1.0.120
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -499,6 +499,10 @@ function ManualSettings(props: ManualSettingProps) {
|
|
|
499
499
|
}}
|
|
500
500
|
/>
|
|
501
501
|
<Spacer />
|
|
502
|
+
<ApplyForDeviceList
|
|
503
|
+
devices={cloneDeep(groupDevices)}
|
|
504
|
+
/>
|
|
505
|
+
<Spacer height={cx(16)} />
|
|
502
506
|
</Card>
|
|
503
507
|
)
|
|
504
508
|
}, [state.deviceData, state.applyForList, props.theme?.type])
|