change date-picker & add page login-verify & account & new user & payment

This commit is contained in:
Ehsan
2024-08-26 20:04:33 +03:30
parent 31ed32fc21
commit 7925493681
34 changed files with 564 additions and 60 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ function AutoCompleteSelect({ list, updateData, name, label }) {
<Autocomplete
disablePortal
options={list}
className="!w-full !rounded-lg md:!w-[344px]"
className="!w-full !rounded-lg"
onChange={(event) =>
updateData &&
updateData(event, name)