Merge "fix: fix fetch subnets" into stable/zed
This commit is contained in:
@@ -31,7 +31,7 @@ export class SubnetStore extends Base {
|
||||
|
||||
get paramsFunc() {
|
||||
return (params) => {
|
||||
const { network, ...rest } = params;
|
||||
const { network, all_projects, ...rest } = params;
|
||||
return rest;
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user