Skip to content

Commit

Permalink
fix:AlarmRuleChannelTypes => ChannelTypes
Browse files Browse the repository at this point in the history
  • Loading branch information
wzh425 committed Jul 23, 2024
1 parent 50339b9 commit a5911a1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
<MRow Class="mt-0">
<MCol>
<SSelect @bind-Value="@Value.ChannelType"
Items="Enum.GetValues<AlarmRuleChannelTypes>().ToList()"
Items="Enum.GetValues<ChannelTypes>().ToList()"
Label="@T("ChannelType")"
ItemText="item => T(item.ToString())"
ItemValue="item => (int)item"
TItem="AlarmRuleChannelTypes"
TItem="ChannelTypes"
TItemValue="int"
TValue="int"
OnSelectedItemUpdate="HandleChannelTypeChangeAsync">
Expand Down

0 comments on commit a5911a1

Please sign in to comment.