WIP feat(admin-devices): enhance device management from admin with dynamic filters and improved blocking functionality

This commit is contained in:
2025-06-30 15:16:36 +05:00
parent 0157eccd57
commit 01b064aee7
7 changed files with 266 additions and 307 deletions

View File

@ -51,13 +51,6 @@ export default async function Devices({
label: "Vendor",
type: "string",
placeholder: "Enter vendor name",
}, {
label: "Amount of Devices",
name: "amount",
type: "dual-range-slider",
min: 1,
max: 100,
sliderLabel: "MVR"
}
]}
/>