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
Apologies if this is not the right place to ask this question. I have been trying to search for an answer on Stackexchange with no success.
The structure of my Polaris app is as follows:
App.js > Form.js
I'd simply like to automatically redirect the user to the parent component App.js once the form is submitted.
At the moment, once the submit button clicked, the data is sent to my backend component, but the user interface remains unchanged.
Is there any way to automatically redirect the user to the App.js component?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi all,
Apologies if this is not the right place to ask this question. I have been trying to search for an answer on Stackexchange with no success.
The structure of my Polaris app is as follows:
App.js > Form.js
I'd simply like to automatically redirect the user to the parent component App.js once the form is submitted.
At the moment, once the submit button clicked, the data is sent to my backend component, but the user interface remains unchanged.
Is there any way to automatically redirect the user to the App.js component?
Thanks in advance for your help.
Beta Was this translation helpful? Give feedback.
All reactions