mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
fix: use the correct option value for videoCardOpenModeOptions
This commit is contained in:
@@ -37,7 +37,7 @@ const videoCardOpenModeOptions = computed(() => {
|
||||
},
|
||||
{
|
||||
label: t('settings.video_card_link_opening_behavior_opt.new_tab'),
|
||||
value: 'new_tab',
|
||||
value: 'newTab',
|
||||
},
|
||||
]
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user