fix: fix fetch subnets
In adminstrator, remove the request parameter all_projects when fetch the subnets, because the subnet list api in the Y/Z not support this parameter Closes-Bug: #1990241 Change-Id: Ie0e6e6171d69bfa63f49727ffdc0626b6266eb80
This commit is contained in:
parent
849db0f740
commit
06af9d6fd3
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user