Skip to content
Snippets Groups Projects
Commit c16e2ce3 authored by Tifenn Guillas's avatar Tifenn Guillas
Browse files

Fix bug attribute disparition => DONE

parent ef6d4d90
No related branches found
No related tags found
2 merge requests!169Develop,!158Resolve "Bug display 0 value into datatable"
......@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- #136 => Add detail view for spectra type object and default object
### Fixed
- #142 => Fix bug datatable: attribute disappeared in specific circonstances
### Changed
- #145 => Display public datasets only when no user logged in
......
......@@ -56,7 +56,7 @@
</button>
</td>
<td *ngFor="let attribute of getOutputList()" class="align-middle">
<div *ngIf="datum[attribute.label]" [ngSwitch]="attribute.renderer">
<div [ngSwitch]="attribute.renderer">
<div *ngSwitchCase="'detail'">
<app-detail
[value]="datum[attribute.label]"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment