Fix errors with intl extraction, extract error.vue (#3421)

* Fix errors with intl extraction, extract error.vue

* Update changelog and fix lint
This commit is contained in:
Prospector
2025-03-25 10:38:04 -07:00
committed by GitHub
parent ffc69dbaba
commit a20374d6e3
9 changed files with 117 additions and 18 deletions

View File

@@ -173,10 +173,12 @@
<button
:disabled="isLoading"
@click="
if (isSecondPhase) {
isSecondPhase = false;
} else {
hide();
() => {
if (isSecondPhase) {
isSecondPhase = false;
} else {
hide();
}
}
"
>