Skip to content

Commit

Permalink
Update explorer.component.html
Browse files Browse the repository at this point in the history
Show collection reload option even if empty (sometimes a connection error might occur which will result to an empty collection)
  • Loading branch information
AXeL-dev committed Aug 13, 2020
1 parent 5aee207 commit a13f094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/explorer/explorer.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@
</ul>
</li>
<li nz-menu-item translate (click)="enableRenameMode($event, node)">Rename</li>
<li *ngIf="node.children?.length" nz-menu-item (click)="reloadCollection(node)" translate>Reload</li>
<li nz-menu-item (click)="reloadCollection(node)" translate>Reload</li>
<li *ngIf="node.children?.length" nz-submenu nzTitle="{{ 'Export' | translate }}">
<ul>
<li nz-menu-item (click)="exportCollection(node, exportFormat.JSON)">JSON</li>
Expand Down

0 comments on commit a13f094

Please sign in to comment.