Browse Source

fix: useRecord

100011797 3 years atrás
parent
commit
329c67942d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/pages/system/DataSource/Management/RemoveData.tsx

+ 1 - 1
src/pages/system/DataSource/Management/RemoveData.tsx

@@ -12,7 +12,7 @@ interface Props {
 
 const RemoveData = (props: Props) => {
   const { type } = props;
-  const row = ArrayItems.useRecord!();
+  const row = ArrayItems.useRecord!()();
 
   const index = ArrayItems.useIndex!();
   const self = useField();