@wavid, Thanks for the reply, I have tried this on 13.5 simulator but couldn't get it worked properly;
NavigationLink(destination: AboutUsView(),tag: 4, selection: $selection) {
EmptyView()
}.isDetailLink(false)
Maybe I am doing something wrong?