-
Notifications
You must be signed in to change notification settings - Fork 44
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
Added all day check in organization settings #1874
Conversation
…to feature/time-allday
Codecov Report
@@ Coverage Diff @@
## master #1874 +/- ##
==========================================
- Coverage 76.59% 76.50% -0.10%
==========================================
Files 212 212
Lines 7285 7303 +18
Branches 1561 1567 +6
==========================================
+ Hits 5580 5587 +7
- Misses 1204 1209 +5
- Partials 501 507 +6
Continue to review full report at Codecov.
|
Test summaryRun details
View run in Cypress Dashboard ➡️ Flakiness
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard |
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.
Working as expected. However, getting the below error message in the console after saving it.
index.js:1 Missing field 'organization' while writing result {
"__typename": "Organization",
"activeLanguages": [
{
Cheked the issue. Seems its already there before these changes. Also checked for resolution but it seems to be an issue with the apollo client. apollographql/apollo-client#8677. Everyhting on our end in the code seems to be fine. |
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.
Ok, let's go ahead and merge then.
Summary
Added all day check in organization settings