Forum Discussion
Karol_Kozowski
Aug 24, 2023Copper Contributor
Microsoft Lists UI in SharePoint List UI instead of modern SPO UI
Hello, From a few days, some list from sites have interface like Microsoft Lists instead of modern SharePoint view interface: The view/ui/ux/interface isn't a big deal, but I lost all navigat...
Isabellio
Sep 14, 2023Copper Contributor
I have the same issue. Sometimes it's SharePoint lists, which it should be. And all of a sudden it is a Microsoft list which I don't want. My navigation is missing and it is super annoying.
I am a targeted user, which leads me to think this is something they would implement?
- ganeshsanapSep 14, 2023MVP
Isabellio Yes, this is a new feature Microsoft currently rolling out. Check the link in my above response for detailed information.
You can get the site navigation back using SPO PowerShell command like:
Set-SPOSite -Identity https://contoso.sharepoint.com/sites/siteName -ListsShowHeaderAndNavigation $true
Documentation: Set-SPOSite
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
- Rohit404404May 02, 2024Brass ContributorWe have some user getting list as Microsoft list while others have sharepoint list. URL is same for both users and there is no query string appended. Has anyone observed this?
- RagoczyMay 07, 2024Copper ContributorI am experiencing the same thing as well. Did you find a way to fix it already?