You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
	
		
			409 B
		
	
	
	
			
		
		
	
	
			409 B
		
	
	
	
Media Empty State
<div
  style={{
    display: 'flex',
    position: 'relative',
    width: '100%',
    height: 200,
  }}
>
  <EmptyState label={util.i18n('mediaEmptyState')} />
</div>
Documents Empty State
<div
  style={{
    display: 'flex',
    position: 'relative',
    width: '100%',
    height: 500,
  }}
>
  <EmptyState label={util.i18n('documentsEmptyState')} />
</div>