Fixes varios #2 #88

Merged
jsegarra merged 17 commits from wbuezas/hedera-web-mindshore:bugfix/fixes-2 into 4922-vueMigration 2024-10-04 18:14:44 +00:00
1 changed files with 4 additions and 2 deletions
Showing only changes of commit ce7e04379a - Show all commits

View File

@ -122,7 +122,7 @@ const onConfirmPay = async () => {
</QPageSticky>
<VnConfirm
v-model="showAmountToPayDialog"
:message="t('amountToPay')"
message=" "
:promise="onConfirmPay"
>
<template #customHTML>
@ -133,7 +133,9 @@ const onConfirmPay = async () => {
type="number"
min="0"
:max="debt * -1"
/>
>
<template #append></template>
</VnInput>
</template>
</VnConfirm>
</QPage>