fix complete button press enter

This commit is contained in:
Pete Matsyburka
2026-05-31 09:09:57 +03:00
parent b2d9948c30
commit 04cf36891e
5 changed files with 15 additions and 2 deletions
@@ -33,6 +33,7 @@
<div v-else>
<button
v-if="sessionId"
type="button"
disabled
class="base-button w-full modal-save-button"
>
@@ -47,6 +48,7 @@
<button
v-else
:id="field.uuid"
type="button"
class="btn bg-[#7B73FF] text-white hover:bg-[#0A2540] text-lg w-full"
:class="{ disabled: isCreatingCheckout }"
:disabled="isCreatingCheckout"