From d25f94a6d0c8cf6b280ee2fab858bef1ba62d287 Mon Sep 17 00:00:00 2001 From: anandtiwary <52081890+anandtiwary@users.noreply.github.com> Date: Mon, 14 Mar 2022 10:05:54 -0700 Subject: [PATCH] fix: setting filterable to true for string array - String array is a new filter that we started supporting --- .../widgets/table/services/table-widget-column.service.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/observability/src/shared/dashboard/widgets/table/services/table-widget-column.service.test.ts b/projects/observability/src/shared/dashboard/widgets/table/services/table-widget-column.service.test.ts index b7a96a95a..ee8dd34f5 100644 --- a/projects/observability/src/shared/dashboard/widgets/table/services/table-widget-column.service.test.ts +++ b/projects/observability/src/shared/dashboard/widgets/table/services/table-widget-column.service.test.ts @@ -61,7 +61,7 @@ describe('Table Widget Column service', () => { alignment: 'left', display: 'text', editable: true, - filterable: false, + filterable: true, id: 'stringArrayAttribute', name: 'stringArrayAttribute', specification: expect.objectContaining({