mirror of https://github.com/fantasticit/think.git
client: fix loading content
This commit is contained in:
parent
0fa5cca4bc
commit
b6c652baed
|
@ -244,7 +244,6 @@ export const WikiTocs: React.FC<IProps> = ({
|
||||||
/>
|
/>
|
||||||
<DataRender
|
<DataRender
|
||||||
loading={starDocumentsLoading}
|
loading={starDocumentsLoading}
|
||||||
loadingContent={<div>1</div>}
|
|
||||||
error={starDocumentsError}
|
error={starDocumentsError}
|
||||||
normalContent={() => (
|
normalContent={() => (
|
||||||
<Tree
|
<Tree
|
||||||
|
@ -283,7 +282,6 @@ export const WikiTocs: React.FC<IProps> = ({
|
||||||
/>
|
/>
|
||||||
<DataRender
|
<DataRender
|
||||||
loading={tocsLoading}
|
loading={tocsLoading}
|
||||||
loadingContent={<div>1</div>}
|
|
||||||
error={tocsError}
|
error={tocsError}
|
||||||
normalContent={() => (
|
normalContent={() => (
|
||||||
<Tree
|
<Tree
|
||||||
|
|
Loading…
Reference in New Issue