Skip to content

Commit

Permalink
Update settings UI
Browse files Browse the repository at this point in the history
  • Loading branch information
y2kbugger committed Jun 21, 2023
1 parent eafc7e5 commit 5866f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TeamsTimecardHelperClient/Pages/Settings.razor
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<h1>Settings</h1>
<form>
<div>
<RadzenLabel Text="Choose your Team that uses Shifts:" Component="team-dropdown" class="align-middle"/>
<RadzenLabel Text="Team that uses Shifts:" Component="team-dropdown" class="align-middle"/>
<RadzenDropDown Name="team-dropdown"
Data=@teams @bind-Value=@theteamid
TextProperty="DisplayName" ValueProperty="Id" class="align-middle"/>
Expand Down

0 comments on commit 5866f98

Please sign in to comment.