Cambiata gestione lista threshold
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
<div class="input-group mb-2">
|
||||
<label class="input-group-text">Tipology</label>
|
||||
<select class="form-select" @bind="SelThreshold">
|
||||
@foreach (var item in Frame.m_ThresholdList)
|
||||
@foreach (var item in CurrFrameWindow.ThresholdList)
|
||||
{
|
||||
<option value="@(item.Type)">@(item.Name)</option>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user