fix(front): prop expects string, not number

This commit is contained in:
upsiflu 2025-01-17 10:45:17 +02:00
parent 5d503d0361
commit 908ad0c335
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ const isOpen = computed({
:title="t('components.common.UserMenu.label.language')"
v-model="isOpen"
>
<Layout columns :column-width="200">
<Layout columns column-width="200px">
<Button ghost thinFont small
v-for="(language, key) in SUPPORTED_LOCALES"
align-text="left"