master #121
			
				
			
		
		
		
	| 
						 | 
				
			
			@ -71,7 +71,11 @@ const ModalFileDocument = ({
 | 
			
		|||
    >
 | 
			
		||||
      <Group justify="flex-end" mb={'md'}>
 | 
			
		||||
        <a
 | 
			
		||||
          href={`${import.meta.env.VITE_BACKEND_URL}${selectDataRow.uri}`}
 | 
			
		||||
          href={`${import.meta.env.VITE_BACKEND_URL}${
 | 
			
		||||
            import.meta.env.VITE_BACKEND_URL?.includes('localhost')
 | 
			
		||||
              ? 'image/'
 | 
			
		||||
              : ''
 | 
			
		||||
          }${selectDataRow.uri}`}
 | 
			
		||||
          download="Document Download"
 | 
			
		||||
          target={
 | 
			
		||||
            getFileType(selectDataRow?.uri) === 'pdf' ? '_blank' : '_self'
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue