Skip to content

Commit eb59377

Browse files
authored
ui: Add group_by param to default explorer values (#6075)
This adds the the group_by parameter to DEFAULT_PROFILE_EXPLORER_PARAM_VALUES with splitOnCommas enabled, allowing array values to be handled similarly to other params.
1 parent 14ff539 commit eb59377

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ui/packages/shared/profile/src/index.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ export const DEFAULT_PROFILE_EXPLORER_PARAM_VALUES: ParamPreferences = {
5252
defaultValue: 'flamegraph',
5353
splitOnCommas: true, // This param should split on commas for array values
5454
},
55+
group_by: {
56+
splitOnCommas: true,
57+
},
5558
};
5659

5760
export {

0 commit comments

Comments
 (0)