We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c68e293 commit 2da581dCopy full SHA for 2da581d
sample-applications/blazor-dashboard/BlazorDashboard/Pages/Profile.razor
@@ -141,7 +141,7 @@
141
</WindowContent>
142
</TelerikWindow>
143
144
- <TelerikWindow Width="450" Modal="true" Centered="true" @bind-Visible="@visibleDeleteWindow">
+ <TelerikWindow Width="450" Modal="true" @bind-Visible="@visibleDeleteWindow">
145
<WindowActions>
146
<WindowAction Name="Close"></WindowAction>
147
</WindowActions>
0 commit comments