edit order

This commit is contained in:
hamid zarghami
2026-02-01 16:13:40 +03:30
parent 5c536667b1
commit 3d53661c9a
13 changed files with 631 additions and 10 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import { clx } from '../helpers/utils'
import { ArrowDown2 } from 'iconsax-react'
export type ItemsSelectType = {
value: string,
value: string | number,
label: string,
}
type Props = {