Skip to content

Commit 38d7e41

Browse files
author
Hassane Diaby
committed
Bug #15609 : Collect - Save button display issue
1 parent 85bcec1 commit 38d7e41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/ui-frontend/projects/collect/src/app/collect/archive-search-collect/archive-preview/archive-unit-description-tab/archive-unit-description-tab.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<div *ngIf="editMode">
44
<vitamui-common-editor-banner [title]="'ARCHIVE_UNIT.EDITOR_BANNER.TITLE' | translate: { sedaVersion: '2.2' }" class="editor-banner">
5-
<button (click)="onSave()" [disabled]="!canSave" class="btn primary save">
5+
<button (click)="onSave()" [disabled]="!canSave" class="btn" [ngClass]="isModified() ? 'save' : 'primary'">
66
{{ 'COMMON.SAVE' | translate }}
77
</button>
88
<button (click)="onCancel(true)" class="btn primary cancel">

0 commit comments

Comments
 (0)