Skip to content

Commit fa2d395

Browse files
committed
[DSC-1974] Use preventMetadataSecurity projection as default
1 parent 297815f commit fa2d395

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/shared/search/search.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ export class SearchComponent implements OnInit, OnDestroy {
144144
/**
145145
* Optional projection to use during the search
146146
*/
147-
@Input() projection;
147+
@Input() projection = 'preventMetadataSecurity';
148148

149149
/**
150150
* Whether or not the search bar should be visible

0 commit comments

Comments
 (0)