diff --git a/src/components/SharedFilesModel/index.tsx b/src/components/SharedFilesModel/index.tsx index 9b065de..2eb8029 100644 --- a/src/components/SharedFilesModel/index.tsx +++ b/src/components/SharedFilesModel/index.tsx @@ -1,6 +1,7 @@ import styles from '@/components/SharedFilesModel/index.module.scss' import { DeleteOutlined, + LoadingOutlined, ProfileOutlined, ReloadOutlined, SearchOutlined, @@ -367,7 +368,7 @@ const SharedFilesModel = forwardRef((props: any, ref: any) => { }).finally(() => { storage.setItem('loading', false) }) - }} /> : null} + }} /> : } {/* */} )} />