We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 457cbbd + 9a7d8cd commit 4bd68c8Copy full SHA for 4bd68c8
src/components/dialog/content/manager/PackVersionSelectorPopover.vue
@@ -110,8 +110,8 @@ const SelectedVersionValues = {
110
}
111
112
const ManagerChannelValues: Record<string, ManagerChannel> = {
113
- DEFAULT: 'default', // ✅ Valid - will compile
114
- DEV: 'dev' // ✅ Valid - will compile
+ DEFAULT: 'default',
+ DEV: 'dev'
115
116
117
const ManagerDatabaseSourceValues: Record<string, ManagerDatabaseSource> = {
0 commit comments