-
Notifications
You must be signed in to change notification settings - Fork 1
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: Proposed Action for Dref Application Form #1632
feat: Proposed Action for Dref Application Form #1632
Conversation
|
app/src/views/DrefApplicationForm/Operation/ProposedActionsInput/index.tsx
Outdated
Show resolved
Hide resolved
keySelector: (n) => n.client_id, | ||
member: () => ({ | ||
fields: (): ProposedActionsFields => ({ | ||
client_id: {}, |
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.
This should be required as per my knowledge. Can you confirm @samshara @tnagorra @frozenhelium ?
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.
@shreeyash07 to create an issue for this to discuss further.
7dd8233
into
project/dref-imminent-returns
Summary
This PR adds proposed action form in Dref Application form when Dref type is Imminent.
Addresses
Depends On
Changes
This PR Ensures:
console.log
statements meant for debugging