fix: refs #4774 fix langs

This commit is contained in:
Carlos Satorres 2025-03-24 14:03:00 +01:00
parent 1fc774c82b
commit 664d37362b
1 changed files with 2 additions and 2 deletions

View File

@ -32,8 +32,8 @@ const columns = computed(() => [
},
{
align: 'left',
name: lang,
label: lang,
name: lang.value,
label: lang.value,
component: 'input',
},
]);