change car img size limit
This commit is contained in:
		
							parent
							
								
									87fd3121f9
								
							
						
					
					
						commit
						70e8a6877c
					
				@ -30,7 +30,7 @@ const isValidOrderStatus = (value) => Object.values(orderStatus).includes(value)
 | 
			
		||||
const isValidOrderNotes = (value) => value.length < 500
 | 
			
		||||
 | 
			
		||||
const allowedMimeTypes = ['image/jpeg', 'image/png']
 | 
			
		||||
const sizeLimitInMegaBytes = 5
 | 
			
		||||
const sizeLimitInMegaBytes = 15
 | 
			
		||||
 | 
			
		||||
const VALIDATION_MESSAGES = {
 | 
			
		||||
    order: {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user