100011797 před 3 roky
rodič
revize
329c67942d

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

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