-
Notifications
You must be signed in to change notification settings - Fork 35
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
MWPW-157036: Nonprofit form with api integration #808
Conversation
) | ||
.then((response) => response.json()) | ||
.then((result) => { | ||
console.log(result); |
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.
Unexpected console statement.
organizationsStore.update(result.data); | ||
}) | ||
.catch((error) => { | ||
console.log(error); |
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.
Unexpected console statement.
}) | ||
.then((response) => response.json()) | ||
.then((result) => { | ||
console.log(result); |
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.
Unexpected console statement.
organizationsStore.update((prev) => [...prev, ...result.data]); | ||
}) | ||
.catch((error) => { | ||
console.log(error); |
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.
Unexpected console statement.
}) | ||
.then((response) => response.json()) | ||
.then((result) => { | ||
console.log(result); |
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.
Unexpected console statement.
registriesStore.update(result.data); | ||
}) | ||
.catch((error) => { | ||
console.log(error); |
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.
Unexpected console statement.
|
||
async function sendOrganizationData() { | ||
// todo | ||
console.log(nonprofitFormData); |
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.
Unexpected console statement.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## stage #808 +/- ##
===========================================
- Coverage 97.10% 70.45% -26.65%
===========================================
Files 39 47 +8
Lines 4906 7108 +2202
===========================================
+ Hits 4764 5008 +244
- Misses 142 2100 +1958 ☔ View full report in Codecov by Sentry. |
|
Resolves: MWPW-157036
Test URL: https://mwpw-157036--dc--adobecom.hlx.page/drafts/astatescu/nonprofit/