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>
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>