Add disable success page config[Platform Only]#6225
Merged
kodiakhq[bot] merged 4 commits intomainfrom Jan 2, 2023
Merged
Conversation
CAL-340 Toggle to disable success page when success redirect is enabled
When using the event "redirect" feature to another website, the redirect shows the confirmation page still then goes to the redirect, is it possible to add a toggle to disable showing the confirmation page — Requested by a customer cc @shiraz
|
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
ccf9d3a to
42cde2a
Compare
072fa57 to
ca29da5
Compare
hariombalhara
commented
Jan 1, 2023
| {...rest} | ||
| ref={ref} | ||
| type="checkbox" | ||
| disabled={disabled} |
Member
Author
There was a problem hiding this comment.
Disabled support was missing in native checkbox
| /> | ||
| </div> | ||
| <span className="text-sm ltr:ml-3 rtl:mr-3">{description}</span> | ||
| <span className="text-sm">{description}</span> |
Contributor
|
This PR currently has a merge conflict. Please resolve this and then re-add the |
0336139 to
5cfd0fb
Compare
Contributor
|
This PR currently has a merge conflict. Please resolve this and then re-add the |
JeroenReumkens
approved these changes
Jan 2, 2023
|
@hariombalhara Could you pls kindly check out a related bug: #6497 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


What does this PR do?
Fixes #5446
Demo -> https://www.loom.com/share/5f24ebce4ada49c785bdd6e086ebe7da
Environment: Production
Type of change
How should this be tested?
Checklist