Spaces:
Running
Running
Update flare-ui/src/app/dialogs/version-edit-dialog/version-edit-dialog.component.html
Browse files
flare-ui/src/app/dialogs/version-edit-dialog/version-edit-dialog.component.html
CHANGED
@@ -46,7 +46,7 @@
|
|
46 |
<mat-chip-option>Version ID: {{ versionForm.get('id')?.value }}</mat-chip-option>
|
47 |
<mat-chip-option *ngIf="selectedVersion.published" selected>Published</mat-chip-option>
|
48 |
<mat-chip-option *ngIf="!selectedVersion.published">Draft</mat-chip-option>
|
49 |
-
@if (selectedVersion
|
50 |
<mat-chip-option>
|
51 |
Last updated: {{ selectedVersion.last_update_date | date:'short' }}
|
52 |
</mat-chip-option>
|
|
|
46 |
<mat-chip-option>Version ID: {{ versionForm.get('id')?.value }}</mat-chip-option>
|
47 |
<mat-chip-option *ngIf="selectedVersion.published" selected>Published</mat-chip-option>
|
48 |
<mat-chip-option *ngIf="!selectedVersion.published">Draft</mat-chip-option>
|
49 |
+
@if (selectedVersion.last_update_date) {
|
50 |
<mat-chip-option>
|
51 |
Last updated: {{ selectedVersion.last_update_date | date:'short' }}
|
52 |
</mat-chip-option>
|