Not going to navigation tab?

I recently added a new tab, the FINISH TRASACTION:
Screenshot 2024-09-11 000954

My button is supposed to take them to the tab:
Screenshot 2024-09-11 001045

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?
Screenshot 2024-09-11 004509

And then click these 3 dots:
Screenshot 2024-09-11 004458

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