Merge "fix: fix fetch subnets" into stable/zed

This commit is contained in:
Zuul
2022-09-21 06:41:37 +00:00
committed by Gerrit Code Review

View File

@@ -31,7 +31,7 @@ export class SubnetStore extends Base {
get paramsFunc() { get paramsFunc() {
return (params) => { return (params) => {
const { network, ...rest } = params; const { network, all_projects, ...rest } = params;
return rest; return rest;
}; };
} }