We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a49d1f1 + db8fa49 commit bfaf616Copy full SHA for bfaf616
project/ws/app/src/lib/routes/home/routes/directory/directory.component.html
@@ -45,8 +45,9 @@
45
</div>
46
<ng-container>
47
<ws-widget-directory-table [selectedDepartment]='currentDepartment' [tableData]='tabledata' [data]='data'
48
- [needCreate]="currentFilter === 'mdo'? false : true" (eOnRowClick)="onRoleClick($event)"
49
- (actionsClick)="actionClick($event)" (searchByEnterKey)="onEnterkySearch($event)">
+ [needCreate]="currentFilter === 'mdo' || currentFilter === 'state' ? false : true"
+ (eOnRowClick)="onRoleClick($event)" (actionsClick)="actionClick($event)"
50
+ (searchByEnterKey)="onEnterkySearch($event)">
51
</ws-widget-directory-table>
52
</ng-container>
53
</mat-card-content>
0 commit comments