refactor: transactions changes based on coupon code

This commit is contained in:
Jannat Patel
2025-11-13 11:46:35 +05:30
parent c1bdfe33f0
commit 46f5808fdb
17 changed files with 422 additions and 1882 deletions

View File

@@ -19,10 +19,10 @@
@click="() => togglePopover()"
:disabled="attrs.readonly"
>
<div class="flex items-center">
<div class="flex items-center w-[90%]">
<slot name="prefix" />
<span
class="overflow-hidden text-ellipsis whitespace-nowrap text-base leading-5"
class="block truncate text-base leading-5"
v-if="selectedValue"
>
{{ displayValue(selectedValue) }}