diff --git a/packages/webapp/src/components/maps-page/action-dispatcher/export-dialog/index.tsx b/packages/webapp/src/components/maps-page/action-dispatcher/export-dialog/index.tsx index b150149d..cced7006 100644 --- a/packages/webapp/src/components/maps-page/action-dispatcher/export-dialog/index.tsx +++ b/packages/webapp/src/components/maps-page/action-dispatcher/export-dialog/index.tsx @@ -22,7 +22,7 @@ import { getMindmapFromPersistence } from '../../../editor-page/PersistenceManag import Checkbox from '@mui/material/Checkbox'; -type ExportFormat = 'svg' | 'jpg' | 'png' | 'txt' | 'mm' | 'wxml' | 'xls' | 'md'; +type ExportFormat = 'svg' | 'jpg' | 'png' | 'txt' | 'mm' | 'wxml' | 'md'; type ExportGroup = 'image' | 'document' | 'mindmap-tool'; type ExportDialogProps = {