Skip to content

Commit 4945d64

Browse files
committed
Merge branch 'dspace-cris-7' into ux-plus
2 parents 6af3589 + 99dc698 commit 4945d64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/shared/form/vocabulary-treeview/vocabulary-treeview.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<button class="btn btn-secondary ml-3 flex-shrink-0" type="button" (click)="reset()">
1313
<span><i class="fas fa-eraser"></i> {{'vocabulary-treeview.search.form.reset' | translate}}</span>
1414
</button>
15-
<button *ngIf="showAdd " class="btn btn-secondary ml-3 flex-shrink-0" type="button" (click)="add()">
15+
<button *ngIf="showAdd && !this.vocabularyOptions.closed" class="btn btn-secondary ml-3 flex-shrink-0" type="button" (click)="add()">
1616
<span><i class="fas fa-plus"></i> {{'vocabulary-treeview.search.form.add' | translate}}</span>
1717
</button>
1818
</div>

0 commit comments

Comments
 (0)