Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TOOL-2800] Insight Playground: Combine all filter query params in a …
…group (#5807) ## Problem solved Short description of the bug fixed or feature added <!-- start pr-codex --> --- ## PR-Codex overview This PR enhances the `RequestConfigSection` component by improving the handling of parameters. It introduces a new categorization for query parameters, separating them into general query parameters and filter query parameters, and updates the rendering logic accordingly. ### Detailed summary - Refactored parameter handling in `RequestConfigSection` using `useMemo`. - Introduced `filterQueryParams` to categorize parameters starting with "filter_". - Updated rendering to conditionally display `ParameterSection` for `filterQueryParams`. - Added `className` prop to `ParameterSection` for styling flexibility. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
- Loading branch information