handle validate field in step 3 page add-doctor
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user