feat: add radio filter for topup expiry
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 4m49s

This commit is contained in:
2025-07-06 19:48:24 +05:00
parent 683d85798a
commit 154226b48d
3 changed files with 39 additions and 1 deletions

View File

@ -48,6 +48,25 @@ export default async function Topups({
},
],
},
{
label: "Topup Expiry",
name: "is_expired",
type: "radio-group",
options: [
{
label: "All",
value: "",
},
{
label: "Expired",
value: "true",
},
{
label: "Not Expired",
value: "false",
},
],
},
{
label: "Topup Amount",
name: "amount",