@ledvance/group-ui-biz-bundle 1.0.105 → 1.0.106

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.105",
7
+ "version": "1.0.106",
8
8
  "scripts": {},
9
9
  "dependencies": {
10
10
  "@ledvance/base": "^1.x",
@@ -306,7 +306,7 @@ function ManualSettings(props: ManualSettingProps) {
306
306
  <View>
307
307
  <Card style={{ marginHorizontal: cx(24) }}>
308
308
  <LdvSwitch
309
- title={state.applyForList[0].name || state.applyForList[0].key}
309
+ title={state.applyForList[0]?.name || state.applyForList[0]?.key}
310
310
  color={getBlockColor()}
311
311
  colorAlpha={1}
312
312
  enable={state.applyForList[0]?.enable}