RED-2518: Only show search for users & managers
This commit is contained in:
parent
408bfc480d
commit
0e6f773f53
@ -51,7 +51,7 @@
|
||||
<div class="menu right flex-2">
|
||||
<div class="buttons">
|
||||
<redaction-spotlight-search
|
||||
*ngIf="(isSearchScreen$ | async) === false"
|
||||
*ngIf="(isSearchScreen$ | async) === false && (currentUser.isUser || currentUser.isManager)"
|
||||
[actions]="searchActions"
|
||||
[placeholder]="'search.placeholder' | translate"
|
||||
iqserHelpMode="search"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user