fix: checked on every tabs
Lint / Oxlint (push) Successful in 49s
Lint / TypeScript (push) Successful in 58s
Lint / ESLint (push) Successful in 1m23s
Deploy / Build (push) Successful in 1m32s
Deploy / Deploy to Stapler (push) Successful in 7m36s

This commit is contained in:
2026-06-17 17:12:06 +02:00
parent fea4fdba05
commit 95fd54ab75
-2
View File
@@ -40,7 +40,6 @@ onMounted(() => {
name="app_tabs" name="app_tabs"
class="tab" class="tab"
:aria-label="$t('tab.input')" :aria-label="$t('tab.input')"
checked
/> />
<div <div
class="tab-content bg-base-100 border-base-300 shadow-2xl p-6 overflow-hidden" class="tab-content bg-base-100 border-base-300 shadow-2xl p-6 overflow-hidden"
@@ -53,7 +52,6 @@ onMounted(() => {
name="app_tabs" name="app_tabs"
class="tab" class="tab"
:aria-label="$t('tab.history')" :aria-label="$t('tab.history')"
checked
/> />
<div <div
class="tab-content bg-base-100 border-base-300 shadow-2xl p-6 overflow-x-hidden overflow-y-scroll max-h-96" class="tab-content bg-base-100 border-base-300 shadow-2xl p-6 overflow-x-hidden overflow-y-scroll max-h-96"