Skip to content

Commit 2da581d

Browse files
committed
chore: remove obsolete property
1 parent c68e293 commit 2da581d

File tree

1 file changed

+1
-1
lines changed
  • sample-applications/blazor-dashboard/BlazorDashboard/Pages

1 file changed

+1
-1
lines changed

sample-applications/blazor-dashboard/BlazorDashboard/Pages/Profile.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
</WindowContent>
142142
</TelerikWindow>
143143

144-
<TelerikWindow Width="450" Modal="true" Centered="true" @bind-Visible="@visibleDeleteWindow">
144+
<TelerikWindow Width="450" Modal="true" @bind-Visible="@visibleDeleteWindow">
145145
<WindowActions>
146146
<WindowAction Name="Close"></WindowAction>
147147
</WindowActions>

0 commit comments

Comments
 (0)