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