100011797 3 rokov pred
rodič
commit
329c67942d

+ 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();