diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2025-05-08 10:34:07 +0000 |
|---|---|---|
| committer | trisusilo <tri.susilo@altama.co.id> | 2025-05-08 10:34:07 +0000 |
| commit | 746a11b810ae9e8a974a76d0548297cd0faff9b5 (patch) | |
| tree | 79c8c89300a3b42a6e62d282a6041c1a42e6c2ce /src-migrate/modules/promo/components | |
| parent | 5c8a5df24a9758f3b3a6366d326f61c2c6a13c42 (diff) | |
| parent | a9a92c02e24bf77b9e490be51d7002cc2ef41bf1 (diff) | |
Merged in feat_voucher-category (pull request #407)
Feat voucher category
Approved-by: trisusilo
Diffstat (limited to 'src-migrate/modules/promo/components')
| -rw-r--r-- | src-migrate/modules/promo/components/Voucher.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src-migrate/modules/promo/components/Voucher.tsx b/src-migrate/modules/promo/components/Voucher.tsx index 034d13e9..0c225c74 100644 --- a/src-migrate/modules/promo/components/Voucher.tsx +++ b/src-migrate/modules/promo/components/Voucher.tsx @@ -18,6 +18,7 @@ interface Voucher { name: string; description: string; code: string; + voucher_category: []; } const VoucherComponent = () => { |
