mirror of
https://github.com/Shadowfita/docmost.git
synced 2025-11-10 04:22:00 +10:00
fix: fix markdown import file button (#542)
This commit is contained in:
@ -119,7 +119,7 @@ function ImportFormatSelection({ spaceId, onClose }: ImportFormatSelection) {
|
||||
return (
|
||||
<>
|
||||
<SimpleGrid cols={2}>
|
||||
<FileButton onChange={handleFileUpload} accept="text/markdown" multiple>
|
||||
<FileButton onChange={handleFileUpload} accept=".md" multiple>
|
||||
{(props) => (
|
||||
<Button
|
||||
justify="start"
|
||||
|
||||
Reference in New Issue
Block a user