forked from Gitlink/forgeplus-react
spin
This commit is contained in:
parent
d80f1d32dc
commit
42ddb67c0e
|
@ -443,7 +443,7 @@ class CoderRootDirectory extends Component {
|
||||||
const urlRoot = filePath === undefined ? "" : `/${filePath}`;
|
const urlRoot = filePath === undefined ? "" : `/${filePath}`;
|
||||||
let array = filePath && filePath.split("/");
|
let array = filePath && filePath.split("/");
|
||||||
return (
|
return (
|
||||||
<Spin spinning={false}>
|
<Spin spinning={isSpin}>
|
||||||
<div className="main">
|
<div className="main">
|
||||||
<div className="f-wrap-between mb20">
|
<div className="f-wrap-between mb20">
|
||||||
<div className="f-wrap-alignCenter">
|
<div className="f-wrap-alignCenter">
|
||||||
|
|
Loading…
Reference in New Issue