Skip to content

Commit 150a014

Browse files
authored
add mining_id to DEFAULT_FILTERS (#2489)
hotfix * Update filters-defaults.ts
1 parent 3070c56 commit 150a014

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/utils/filters-defaults.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ export const DEFAULT_FILTERS = {
4343
'location',
4444
'works_for',
4545
'job_title',
46+
'mining_id',
4647
].map((key) => [
4748
key,
4849
createOperatorFilter(createConstraint(FilterMatchMode.CONTAINS)),

0 commit comments

Comments
 (0)