Skip to content

Commit e474b7c

Browse files
committed
Revert "Do not send projectid=-1 on the Quota summary page"
This reverts commit 5e76700.
1 parent 5e76700 commit e474b7c

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

ui/src/config/section/plugin/quota.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,7 @@ export default {
3030
title: 'label.quota.summary',
3131
icon: 'bars-outlined',
3232
permission: ['quotaSummary'],
33-
customParamHandler: (params, query) => {
34-
const result = { ...params, ignoreproject: true }
35-
delete result.projectid
36-
return result
37-
},
33+
customParamHandler: (params, query) => { return { ...params, ignoreproject: true } },
3834
tabs: [
3935
{
4036
name: 'consumption',

0 commit comments

Comments
 (0)