6 lines
141 B
Markdown
6 lines
141 B
Markdown
|
```js
|
||
|
<div style={{position: 'relative', width: '100%', height: 300}}>
|
||
|
<EmptyState label="You have no attachments with media"/>
|
||
|
</div>
|
||
|
```
|