@ledvance/ui-biz-bundle 1.1.115 → 1.1.116
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
|
@@ -297,7 +297,7 @@ function ManualSettings(props: ManualSettingProps) {
|
|
|
297
297
|
<View>
|
|
298
298
|
<Card style={{ marginHorizontal: cx(24) }}>
|
|
299
299
|
<LdvSwitch
|
|
300
|
-
title={
|
|
300
|
+
title={state.applyForList[0].name || state.applyForList[0].key}
|
|
301
301
|
color={getBlockColor()}
|
|
302
302
|
colorAlpha={1}
|
|
303
303
|
enable={state.applyForList[0]?.enable}
|