@ledvance/ui-biz-bundle 1.1.49 → 1.1.50
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
|
@@ -114,12 +114,6 @@ const FlagPage = () => {
|
|
|
114
114
|
const res = await getRemoteFlag(devInfo.devId, {isDef2, isDef3})
|
|
115
115
|
if (res.success) {
|
|
116
116
|
let cloneFlag: FlagUiInfo[] = cloneDeep(res.data) || []
|
|
117
|
-
if(!params.drawToolLight){
|
|
118
|
-
cloneFlag = cloneFlag.map(flag => {
|
|
119
|
-
flag.colors = flag.colors.reverse()
|
|
120
|
-
return flag
|
|
121
|
-
})
|
|
122
|
-
}
|
|
123
117
|
state.flags = cloneFlag
|
|
124
118
|
setFlags(cloneDeep(cloneFlag))
|
|
125
119
|
}
|