diff --git a/gradle/changelog/improve_user_filter.yaml b/gradle/changelog/improve_user_filter.yaml new file mode 100644 index 0000000000..fb9618e79a --- /dev/null +++ b/gradle/changelog/improve_user_filter.yaml @@ -0,0 +1,2 @@ +- type: changed + description: Placeholder is now a label and breakpoint is different diff --git a/scm-ui/ui-components/src/OverviewPageActions.tsx b/scm-ui/ui-components/src/OverviewPageActions.tsx index 0f9ddec09e..00ff774430 100644 --- a/scm-ui/ui-components/src/OverviewPageActions.tsx +++ b/scm-ui/ui-components/src/OverviewPageActions.tsx @@ -47,7 +47,7 @@ const OverviewPageActions: FC = ({ label, testId, searchPlaceholder, - groupAriaLabelledby + groupAriaLabelledby, }) => { const history = useHistory(); const location = useLocation(); @@ -55,11 +55,11 @@ const OverviewPageActions: FC = ({ const link = createAbsoluteLink(inputLink); const groupSelector = groups && ( -
+