Skip to content

Commit

Permalink
fix + bump up version
Browse files Browse the repository at this point in the history
  • Loading branch information
volar committed Dec 12, 2024
1 parent 6bd6a76 commit 4923aae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"./styles": "./dist/common-admin.css",
"./*": "./*"
},
"version": "1.47.0-beta.109",
"version": "1.47.0-beta.110",
"type": "module",
"license": "Apache-2.0",
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ const metadataMap = async (
},
position: maxPosition.value,
damAuthors: authorIds || [],
showDamAuthors: authorIds && authorIds.length === 0,
showDamAuthors: !!(authorIds && authorIds.length === 0),
}
})
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { defineStore } from 'pinia'
import { computed, ref } from 'vue'
import { ref } from 'vue'
import type { ImageCreateUpdateAware, ImageStoreItem } from '@/types/ImageAware'
import { cloneDeep, isNull } from '@/utils/common'

Expand Down

0 comments on commit 4923aae

Please sign in to comment.