Skip to content

Commit

Permalink
Merge pull request #500 from kiva/fix-preset-type-button
Browse files Browse the repository at this point in the history
fix: preset button was adding to basket because of type
  • Loading branch information
christian14b authored Jan 9, 2025
2 parents 714dd64 + 994a42f commit f23b689
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion @kiva/kv-components/vue/KvLendCta.vue
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@
class="tw-inline-flex tw-flex-1 preset-option tw-w-8"
:class="{'selected-option': selectedOption == option }"
data-testid="bp-lend-cta-lend-button"
type="submit"
@click="clickPresetButton(option)"
>
${{ option }}
Expand Down

0 comments on commit f23b689

Please sign in to comment.