17 lines
535 B
HTML
17 lines
535 B
HTML
<div class="index-page-container" fxLayout="column">
|
|
<!-- search start-->
|
|
<div fxFlex="0 0 50px">
|
|
<app-organization-search-for-tenant
|
|
[isBackspaceCanceled]="isBackspaceCanceled"
|
|
[(searchData)]="companySearchData"
|
|
(canceled)="onCanceledSearch()"
|
|
>
|
|
</app-organization-search-for-tenant>
|
|
</div>
|
|
<!-- search end-->
|
|
<div class="member-list-body" fxFlex="1 1 auto">
|
|
<app-sections-organization-member-list [searchData]="deptSearchData">
|
|
</app-sections-organization-member-list>
|
|
</div>
|
|
</div>
|