Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed Feb 28, 2024
1 parent b390541 commit e6407dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/app/tender-searcher/tender-searcher.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export class TenderSearcherComponent implements OnInit, OnDestroy, AfterViewInit
['הבריאות'],
}[this.office] || publisher;
publisher.push('מ.האוצר');
publisher.push('משרד האוצר');
return this.api.search('tenders', query, [{publisher}])
})
).pipe(
Expand Down

0 comments on commit e6407dc

Please sign in to comment.