mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-2367] [Demo shell] Fix default site (#3004)
* fix default site scenario * add default my files object in the list
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
</mat-accordion>
|
||||
|
||||
<div class="adf-site-container-style" id="site-container">
|
||||
<adf-sites-dropdown (change)="getSiteContent($event)" [hideMyFiles]="false" >
|
||||
<adf-sites-dropdown (change)="onSiteChange($event)" [hideMyFiles]="false" >
|
||||
</adf-sites-dropdown>
|
||||
</div>
|
||||
<div class="document-list-container" fxLayout="row" fxLayoutAlign="start stretch" fxLayoutGap="16px">
|
||||
|
Reference in New Issue
Block a user