Update src/components/views/dialogs/ExportDialog.tsx
Co-authored-by: Michael Telatynski <7t3chguy@googlemail.com>
This commit is contained in:
parent
7b683a1f64
commit
1014e9ea48
1 changed files with 1 additions and 1 deletions
|
@ -269,7 +269,7 @@ const ExportDialog: React.FC<IProps> = ({ room, onFinished }) => {
|
|||
setExportType(exportTypes[e.target.value]);
|
||||
}}
|
||||
>
|
||||
{exportTypeOptions}
|
||||
{ exportTypeOptions }
|
||||
</Field>
|
||||
{MessageCount}
|
||||
|
||||
|
|
Loading…
Reference in a new issue