Skip to content

Commit 9ee561a

Browse files
fix unit tests
1 parent 1e4708d commit 9ee561a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

frontend/src/app/components/dashboard/db-table-view/db-table-settings/db-table-settings.component.spec.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@ describe('DbTableSettingsComponent', () => {
7979
icon: '',
8080
search_fields: [],
8181
excluded_fields: [],
82+
list_fields: [],
83+
ordering: TableOrdering.Ascending,
84+
ordering_field: "",
85+
columns_view: [],
8286
// identification_fields: [],
8387
// list_per_page: null,
8488
identity_column: '',

0 commit comments

Comments
 (0)