-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
psp-8784 do not display cancel modal unless changes have been made to… #4183
Conversation
1cd2c79
to
f5e171c
Compare
✅ No secrets were detected in the code. |
✅ No secrets were detected in the code. |
isDisabled: false, | ||
}, | ||
consultationStatusType: { | ||
id: 'UNKNOWN', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NIT: would be nice to use a generated codetype From the models backend project. (There has been many codetypes changes around lately.)
OR the value from getByType(API.CONSULTATION_TYPES) where id === [generatedCodeType].UNKNOWN
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree, I think making improvements to that is outside the scope of this bug for now, since I'm just moving some existing code around.
✅ No secrets were detected in the code. |
✅ No secrets were detected in the code. |
… lease screen.