We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 274706e commit 99dc698Copy full SHA for 99dc698
1 file changed
src/app/shared/form/vocabulary-treeview/vocabulary-treeview.component.html
@@ -12,7 +12,7 @@
12
<button class="btn btn-secondary ml-3 flex-shrink-0" type="button" (click)="reset()">
13
<span><i class="fas fa-eraser"></i> {{'vocabulary-treeview.search.form.reset' | translate}}</span>
14
</button>
15
- <button *ngIf="showAdd " class="btn btn-secondary ml-3 flex-shrink-0" type="button" (click)="add()">
+ <button *ngIf="showAdd && !this.vocabularyOptions.closed" class="btn btn-secondary ml-3 flex-shrink-0" type="button" (click)="add()">
16
<span><i class="fas fa-plus"></i> {{'vocabulary-treeview.search.form.add' | translate}}</span>
17
18
</div>
0 commit comments