Skip to content

Commit

Permalink
fix(data-table-tags): remove tags item (project)
Browse files Browse the repository at this point in the history
Signed-off-by: samuel.park <[email protected]>
  • Loading branch information
piggggggggy committed Feb 13, 2025
1 parent 3ae3a41 commit 52462cd
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,10 @@ export const DEFAULT_TRANSFORM_DATA_TABLE_VALUE_MAP = {
};

export const GROUP_BY_INFO_ITEMS_FOR_TAGS = [
{
key: GROUP_BY.PROJECT,
name: 'project',
},
// {
// key: GROUP_BY.PROJECT,
// name: 'project',
// },
{
key: GROUP_BY.SERVICE_ACCOUNT,
name: 'service_account',
Expand Down

0 comments on commit 52462cd

Please sign in to comment.