Closed agtzdimi closed 5 years ago
<nb-radio-group class="m-2" (valueChange)="updateSelectedModel($event,'dh')" (click)="onRadioButtonClicked($event)" #dhRadio name="dhRadio" [value]="loadedSelections['dh']"> <nb-radio [value]="'1 Node'">1 Node <nb-radio [value]="'3 Node'" disabled>3 Node
Issue resolved
In scenario-creation tab we are giving the capability to the user to select between 3 Nodes and 1 Node in the District Heating tab (DH) although we don't still have model3 - model4 implemented. The 3 nodes on the DH tab should be disabled to avoid crashing the application.