You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using Ant Design Pro template full. there is a bug or something else when i select "Top Menu Layout" from setting panel the Right Content Render Element get disappeared from the layout and when select any other instead of "Top Menu Layout" it shows again.
I also check this on live site of https://pro.antblazor.com/ but the behaviour is same so I think its a bug and needs to get fixed ASAP.
Thanks
My Layout code is here
I am using Ant Design Pro template full. there is a bug or something else when i select "Top Menu Layout" from setting panel the Right Content Render Element get disappeared from the layout and when select any other instead of "Top Menu Layout" it shows again.
I also check this on live site of https://pro.antblazor.com/ but the behaviour is same so I think its a bug and needs to get fixed ASAP.
Thanks
My Layout code is here
<AntDesign.ProLayout.BasicLayout Loading="@IsNavMenuLoading"
Mode="MenuMode.Vertical"
Logo="@("assets/Capture.png")"
MenuData="NavMenuItems">
Logout
@Body
</AntDesign.ProLayout.BasicLayout>
<AntDesign.ProLayout.SettingDrawer HideCopyButton="true" HideHintAlert="true">
</AntDesign.ProLayout.SettingDrawer>
The text was updated successfully, but these errors were encountered: