xyh 2 лет назад
Родитель
Сommit
4e37a3a0c5
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      packages/app/src/components/table-basic-provider/index.tsx

+ 3 - 0
packages/app/src/components/table-basic-provider/index.tsx

@@ -6,6 +6,7 @@ import {
   LDTableSearchProvider,
   LDTableSettingProvider,
   LDAuthentication,
+  LDFooter,
 } from '@components';
 import {
   Context,
@@ -70,6 +71,8 @@ function LDTableBasicProvider<T extends Record<string, unknown>>({
           </LDTablePageProvider>
         </LDTableSearchParamsProvider>
       </LDTableSettingProvider>
+
+      <LDFooter />
     </LDAuthentication>
   );
 }