@ledvance/ui-biz-bundle 1.1.45 → 1.1.46

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/ui-biz-bundle",
5
5
  "pid": [],
6
6
  "uiid": "",
7
- "version": "1.1.45",
7
+ "version": "1.1.46",
8
8
  "scripts": {},
9
9
  "dependencies": {
10
10
  "@ledvance/base": "^1.x",
@@ -119,8 +119,9 @@ const FantasyMoodEditPage = () => {
119
119
  }
120
120
  if (list.length > 0) {
121
121
  if (isDelete && workMode === SCENE) {
122
- if(currentMood.id !== fantasyId) return
123
- await setFantasyScene(list[0])
122
+ if(currentMood.id === fantasyId) {
123
+ await setFantasyScene(list[0])
124
+ }
124
125
  } else {
125
126
  await setFantasyScene(currentMood)
126
127
  }