Add place holder alt text to markdown link (#3687) [ci skip]
This commit is contained in:
parent
f545ebf7bb
commit
97d04df965
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ export default class ImageManagement extends Component {
|
|||
<input
|
||||
id="image-markdown-copy-link-input"
|
||||
type="text"
|
||||
value={``}
|
||||
value={``}
|
||||
/>
|
||||
<img
|
||||
id="image-markdown-copy-icon"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue