Skip to content

Commit a4dd7a9

Browse files
Aurelioloclaude
andcommitted
fix: add type=button to retry button in SetupNameLocale
Prevents accidental form submission since native button defaults to type=submit. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
1 parent 0c67ad0 commit a4dd7a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/src/components/setup/SetupNameLocale.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ onMounted(fetchLocales)
7171
{{ error }}
7272
<button
7373
v-if="loadFailed"
74+
type="button"
7475
class="ml-2 underline hover:text-red-300"
7576
@click="fetchLocales"
7677
>

0 commit comments

Comments
 (0)