Skip to content

Commit 217a533

Browse files
committed
fix modal chart
1 parent 8b27a13 commit 217a533

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/PackageDownloadAnalytics.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const isDarkMode = computed(() => resolvedMode.value === 'dark')
5959
6060
const accentColorValueById = computed<Record<string, string>>(() => {
6161
const map: Record<string, string> = {}
62-
for (const item of accentColors) {
62+
for (const item of accentColors.value) {
6363
map[item.id] = item.value
6464
}
6565
return map

0 commit comments

Comments
 (0)