Skip to content

Commit 4bd68c8

Browse files
authored
Merge branch 'main' into sno-fix-playwright-babel
2 parents 457cbbd + 9a7d8cd commit 4bd68c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/dialog/content/manager/PackVersionSelectorPopover.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ const SelectedVersionValues = {
110110
}
111111
112112
const ManagerChannelValues: Record<string, ManagerChannel> = {
113-
DEFAULT: 'default', // ✅ Valid - will compile
114-
DEV: 'dev' // ✅ Valid - will compile
113+
DEFAULT: 'default',
114+
DEV: 'dev'
115115
}
116116
117117
const ManagerDatabaseSourceValues: Record<string, ManagerDatabaseSource> = {

0 commit comments

Comments
 (0)