mirror of https://github.com/fantasticit/think.git
tiptap: fix loading indicator
This commit is contained in:
parent
53bfef34b4
commit
f80a7b9d1b
|
@ -144,7 +144,7 @@ export const Import: React.FC<IProps> = ({ wikiId }) => {
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
onClick={importFile}
|
onClick={importFile}
|
||||||
disabled={loading || !parsedFiles.length}
|
disabled={!parsedFiles.length}
|
||||||
loading={loading}
|
loading={loading}
|
||||||
theme="solid"
|
theme="solid"
|
||||||
style={{ marginTop: 16 }}
|
style={{ marginTop: 16 }}
|
||||||
|
|
Loading…
Reference in New Issue