Signed-off-by: Francesco Torchia <francesco.torchia@suse.com>
This commit is contained in:
Francesco Torchia 2024-10-28 19:04:25 +01:00
parent abae2dd067
commit 7905482de1
No known key found for this signature in database
GPG Key ID: E6D011B7415D4393
2 changed files with 2 additions and 2 deletions

View File

@ -113,7 +113,7 @@ export default {
:options="routeRadioOptions"
@update:value="updateLoginRoute"
>
<template #2="{option, listeners}">
<template #2="{option}">
<div class="custom-page">
<RadioButton
:label="option.label"

View File

@ -62,7 +62,7 @@ export const getters = {
return state.available.length > 1;
},
t: state => (key, args, language) => {
t: (state) => (key, args, language) => {
if (state.selected === NONE && !language) {
return `%${ key }%`;
}