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 08806b9 + e3433b8 commit a49d1f1Copy full SHA for a49d1f1
project/ws/app/src/lib/routes/home/routes/directory/directory.component.html
@@ -45,8 +45,8 @@
45
</div>
46
<ng-container>
47
<ws-widget-directory-table [selectedDepartment]='currentDepartment' [tableData]='tabledata' [data]='data'
48
- (eOnRowClick)="onRoleClick($event)" (actionsClick)="actionClick($event)"
49
- (searchByEnterKey)="onEnterkySearch($event)">
+ [needCreate]="currentFilter === 'mdo'? false : true" (eOnRowClick)="onRoleClick($event)"
+ (actionsClick)="actionClick($event)" (searchByEnterKey)="onEnterkySearch($event)">
50
</ws-widget-directory-table>
51
</ng-container>
52
</mat-card-content>
0 commit comments