create datepicker - set farsi digit font - create my account page - fix bugs

This commit is contained in:
Alihaghighattalab
2024-08-07 15:35:14 +03:30
parent 7499180fb1
commit 9797108b91
14 changed files with 308 additions and 10 deletions
-1
View File
@@ -16,7 +16,6 @@ type Props = {
export const ComboBox: FC<Props> = ({ field }) => {
const [query, setQuery] = useState('')
// const [selected, setSelected] = useState(value[1])
const filteredValue =
query === ''