You've already forked AstralRinth
forked from didirus/AstralRinth
handle edge case where versions have differing envs better + update changelog + lint
This commit is contained in:
@@ -245,7 +245,12 @@ const simulateSave = ref(false)
|
||||
:class="{ 'mt-2': index > 0 }"
|
||||
:selected="currentOuterOption === key"
|
||||
:disabled="disabled"
|
||||
:aria-label="formatMessage(optionLabelFormat, { title: formatMessage(title), description: formatMessage(description)})"
|
||||
:aria-label="
|
||||
formatMessage(optionLabelFormat, {
|
||||
title: formatMessage(title),
|
||||
description: formatMessage(description),
|
||||
})
|
||||
"
|
||||
@select="
|
||||
() => {
|
||||
if (currentOuterOption !== key) {
|
||||
|
||||
Reference in New Issue
Block a user