I recently added a new tab, the FINISH TRASACTION:
My button is supposed to take them to the tab:
However it’s not going, infact, if I add a success notification after it the success notification doesn’t even trigger which is telling me it won’t go to the tab at all…
I’m even more confused, I add a button with the only action to go to a new tab and the button doesn’t even show up?!?
Hi @MattGlides
Do you have any visibility conditions on your navigation pages? are they hidden?
if not try to clear the cache, close the browser, reopen it and try again.
There are visibility settings, got that right now thanks. Next question, you know how they can click the 3 dots top left?
And then click these 3 dots:
Is there a way to remove them being able to view profile at all?
div[class*="mobile-user-profile"], button[data-testid="nav-bar-user-button"] {
display: none;
}
(: this is amazing. Thank you once again!
1 Like