Skip to content

Commit 169ab1b

Browse files
authored
Merge branch 'main' into feat/error-selectors
2 parents 240a18d + 0c9c70e commit 169ab1b

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

package-lock.json

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
"jest-junit": "^13.0.0",
108108
"jest-preset-angular": "^8.4.0",
109109
"lodash": "^4.17.21",
110-
"ng-mocks": "^13.1.0",
110+
"ng-mocks": "^13.1.1",
111111
"ng-packagr": "^12.2.5",
112112
"prettier": "^2.2.1",
113113
"pretty-quick": "^3.1.3",

projects/observability/src/shared/dashboard/widgets/table/services/table-widget-column.service.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ describe('Table Widget Column service', () => {
6161
alignment: 'left',
6262
display: 'text',
6363
editable: true,
64-
filterable: false,
64+
filterable: true,
6565
id: 'stringArrayAttribute',
6666
name: 'stringArrayAttribute',
6767
specification: expect.objectContaining({

0 commit comments

Comments
 (0)