Skip to content

Commit 3cf0145

Browse files
committed
[DSC-1974] Use preventMetadataSecurity projection as default
1 parent c294410 commit 3cf0145

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
@@ -143,7 +143,7 @@ export class SearchComponent implements OnInit, OnDestroy {
143143
/**
144144
* Optional projection to use during the search
145145
*/
146-
@Input() projection;
146+
@Input() projection = 'preventMetadataSecurity';
147147

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

0 commit comments

Comments
 (0)