You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can achieve this by using '/transaction/:id': instead of '/transactions/:id', but my questions is: is it possible to achieve this another way, not using a separate root flow?
The text was updated successfully, but these errors were encountered:
Imagine that I have a page with two tabs:
And then I want to add a new page with details:
When I open the details page, it looks like this:
untitled.webm
But I want this behaviour:
untitled2.webm
I can achieve this by using
'/transaction/:id'
: instead of'/transactions/:id'
, but my questions is: is it possible to achieve this another way, not using a separate root flow?The text was updated successfully, but these errors were encountered: