fix: fix markdown import file button (#542)
This commit is contained in:
parent
a9a4a26db5
commit
e6bf4cdd6c
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue