remove logging
This commit is contained in:
		
							parent
							
								
									4a0db151d4
								
							
						
					
					
						commit
						d0acb97e36
					
				
					 5 changed files with 8 additions and 10 deletions
				
			
		|  | @ -14,7 +14,7 @@ export default function Preview(props) { | |||
|     (item) => parseInt(item.id) === parseInt(selected) | ||||
|   )?.[0]; | ||||
| 
 | ||||
|   console.log(currentItem, selectedItem, session); | ||||
|   // console.log(currentItem, selectedItem, session);
 | ||||
| 
 | ||||
|   return ( | ||||
|     <div className={styles.preview}> | ||||
|  |  | |||
|  | @ -7,7 +7,7 @@ const pageSize = 48; | |||
| 
 | ||||
| export default function Select(props) { | ||||
|   const { data, total, onSelect, selected = {} } = props; | ||||
|   console.log("data", data, "selected", selected, total); | ||||
|   // console.log("data", data, "selected", selected, total);
 | ||||
| 
 | ||||
|   const [scrollIndex, setScrollIndex] = useState(36); | ||||
|   const [scrollData, setScrollData] = useState([]); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue