handle validate field in step 3 page add-doctor

This commit is contained in:
Ehsan
2024-10-18 18:11:03 +03:30
parent 199966dca2
commit e777a2dfa4
7 changed files with 35 additions and 22 deletions
@@ -8,8 +8,6 @@ function ListBime({ data, loading }) {
const list = useRef();
const handleScroll = (type) => {
console.log(list);
list.current.scrollBy({
left: type === "left" ? -200 : 200,
behavior: "smooth",