@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
@@ -4,7 +4,7 @@
4
4
  "name": "@ledvance/group-ui-biz-bundle",
5
5
  "pid": [],
6
6
  "uiid": "",
7
- "version": "1.0.119",
7
+ "version": "1.0.120",
8
8
  "scripts": {},
9
9
  "dependencies": {
10
10
  "@ledvance/base": "^1.x",
@@ -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])