Skip to content

Commit

Permalink
NCL-8635 Add mandatory query params to Artifact Milestone Releases list
Browse files Browse the repository at this point in the history
  • Loading branch information
patrikk0123 committed Apr 23, 2024
1 parent 2ceb437 commit 7446fdb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const ArtifactProductMilestonesReleasesPage = ({ componentId = 'm1' }: IA
useQueryParamsEffect(
({ requestConfig } = {}) =>
serviceContainerArtifactProductMilestonesReleasesRunner({ serviceData: { id: artifactId }, requestConfig }),
{ componentId }
{ componentId, mandatoryQueryParams: { pagination: true, sorting: false } }
);

return <ArtifactProductMilestonesReleasesList {...{ serviceContainerArtifactProductMilestonesReleases, componentId }} />;
Expand Down

0 comments on commit 7446fdb

Please sign in to comment.