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
|
||||
onClick={importFile}
|
||||
disabled={loading || !parsedFiles.length}
|
||||
disabled={!parsedFiles.length}
|
||||
loading={loading}
|
||||
theme="solid"
|
||||
style={{ marginTop: 16 }}
|
||||
|
|
Loading…
Reference in New Issue