Convert input's value to string to use existing types
This commit is contained in:
parent
3fc4be0be9
commit
747273cc9c
3 changed files with 6 additions and 6 deletions
|
@ -187,7 +187,7 @@ export default class MFileBody extends React.Component {
|
|||
|
||||
if (this.props.forExport) {
|
||||
return <span className="mx_MFileBody">
|
||||
<a href="forExport">
|
||||
<a href={this.props.mxEvent.getContent().url}>
|
||||
{ placeholder }
|
||||
</a>
|
||||
</span>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue