Fix component export
This commit is contained in:
parent
4d38218e24
commit
70e525d672
2 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@ interface IState {
|
|||
}
|
||||
|
||||
@replaceableComponent("views.messages.DownloadActionButton")
|
||||
export class DownloadActionButton extends React.PureComponent<IProps, IState> {
|
||||
export default class DownloadActionButton extends React.PureComponent<IProps, IState> {
|
||||
private iframe: React.RefObject<HTMLIFrameElement> = createRef();
|
||||
|
||||
public constructor(props: IProps) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue