Skip to content

Commit 7febd93

Browse files
committed
fix: remove button type
1 parent b442fee commit 7febd93

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/components/TheViewSelectors.vue

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ const {
4141
<div class="grow" />
4242
<button
4343
btn
44-
type="submit"
4544
class="my-1 flex gap-1 items-center"
4645
@click="toggleUnlabeledSelector"
4746
>
@@ -50,7 +49,6 @@ const {
5049
</button>
5150
<button
5251
btn
53-
type="submit"
5452
class="my-1 flex gap-1 items-center"
5553
@click="toggleLabeledSelector"
5654
>
@@ -59,7 +57,6 @@ const {
5957
</button>
6058
<button
6159
btn
62-
type="submit"
6360
class="my-1 flex gap-1 items-center"
6461
@click="toggleUnsureSelector"
6562
>

src/components/TheWidgetSearch.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ onKeyStroke('Enter', () => {
2828
required
2929
>
3030
<button
31-
type="submit"
3231
icon-btn
3332
class="absolute top-0 right-0 h-full pr-1"
3433
@click="onSearch"

0 commit comments

Comments
 (0)