Parcourir la source

fix: merge next

wzyyy il y a 3 ans
Parent
commit
6e7d18fdcd

+ 1 - 1
src/pages/link/AccessConfig/Detail/components/Network/index.tsx

@@ -33,7 +33,7 @@ const Network = (props: Props) => {
   };
 
   useEffect(() => {
-    queryNetworkList(props.provider?.id);
+    queryNetworkList(props.provider?.id, encodeQuery({ include: networkCurrent || '' }));
   }, [props.provider?.id]);
 
   useEffect(() => {