-
Notifications
You must be signed in to change notification settings - Fork 3
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
feat: adds CAN budget form #3212
Conversation
frontend/src/api/opsAPI.js
Outdated
headers: { "Content-Type": "application/json" }, | ||
body: data | ||
}), | ||
invalidatesTags: ["Cans"] |
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 think you will want to add CanFunding
tag to this list. That way when you update the funding the getCanFundingSummary
will re-fetch.
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.
Good catch!
🎉 This PR is included in version 1.18.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
What changed
Issue
#310 #3099
How to test
/cans/504/funding
Add FY Budget
buttonFY CAN Budget Card
Save Changes
buttonScreenshots
If relevant, e.g. for a front-end feature
Definition of Done Checklist