Merge "fix: fix fetch subnets" into stable/zed
This commit is contained in:
@@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user