diff --git a/ui/apps/platform/src/Containers/Violations/ViolationsTablePage.tsx b/ui/apps/platform/src/Containers/Violations/ViolationsTablePage.tsx index db5c4149f32b9..49a3f873d16a5 100644 --- a/ui/apps/platform/src/Containers/Violations/ViolationsTablePage.tsx +++ b/ui/apps/platform/src/Containers/Violations/ViolationsTablePage.tsx @@ -64,9 +64,8 @@ function getFilteredWorkflowViewSearchFilter( }; case 'Full view': default: - return { - 'Entity Type': ['UNSET', 'DEPLOYMENT', 'CONTAINER_IMAGE', 'RESOURCE', 'NODE'], - }; + // No filter returns all types + return {}; } }