Skip to content

Commit 426adec

Browse files
committed
feat(UI): fix filter on the assertions tab
1 parent 09f280e commit 426adec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

datahub-web-react/src/app/entityV2/shared/tabs/Dataset/Validations/AssertionList/AcrylAssertionFilters.tsx

+4
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@ export const AcrylAssertionFilters: React.FC<AcrylAssertionFiltersProps> = ({
8181
showCount
8282
shouldAlwaysSyncParentValues
8383
hideParentCheckbox
84+
selectLabelProps={{
85+
variant: 'labeled',
86+
label: 'Filter',
87+
}}
8488
/>
8589
);
8690
};

0 commit comments

Comments
 (0)