-
Notifications
You must be signed in to change notification settings - Fork 2
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
DREF Super Ticket 2 #1753
base: develop
Are you sure you want to change the base?
DREF Super Ticket 2 #1753
Conversation
|
e3cecfe
to
de2866f
Compare
666b17f
to
05bd521
Compare
caa4003
to
d274686
Compare
d274686
to
23d8895
Compare
error={error?.changing_timeframe_operation} | ||
disabled={disabled} | ||
/> | ||
<div> |
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.
We can use fragment here.
error={error?.changing_target_population_of_operation} | ||
disabled={disabled} | ||
/> | ||
<div> |
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.
We can use fragment here.
error={error?.changing_geographic_location} | ||
disabled={disabled} | ||
/> | ||
<div> |
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.
We can use fragment here.
error={error?.changing_budget} | ||
disabled={disabled} | ||
/> | ||
<div> |
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.
We can use fragment here.
error={error?.total_targeted_population} | ||
disabled={disabled} | ||
/> | ||
<div> |
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.
Use fragment here.
error={error?.additional_allocation} | ||
disabled={disabled} | ||
/> | ||
<div> |
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.
Use fragment here.
error={error?.total_operation_timeframe} | ||
disabled={disabled} | ||
/> | ||
<div> |
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.
Use fragment here.
Summary
All fixes that are involved in DREF Superticket 2.
Addresses
Depends On
Changes
This PR Ensures:
console.log
statements meant for debugging