mirror of https://github.com/rancher/dashboard.git
Lint
Signed-off-by: Francesco Torchia <francesco.torchia@suse.com>
This commit is contained in:
parent
abae2dd067
commit
7905482de1
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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 }%`;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue