-
Notifications
You must be signed in to change notification settings - Fork 115
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
MNT Remove TODO comments #1112
MNT Remove TODO comments #1112
Conversation
@@ -49,8 +49,6 @@ const SaveAction = (MenuComponent) => (props) => { | |||
// Update the Apollo query cache with the new form data | |||
const { apolloClient } = window.ss; | |||
|
|||
// @todo optimistically update the data for the current element instead of | |||
// rerunning the whole query |
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.
Open ticket: #1111
@@ -162,11 +162,9 @@ protected function getReadOnlyBlockReducer() | |||
'ElementType' => $element->getType(), | |||
'ElementIcon' => $element->config()->get('icon'), | |||
'ElementTitle' => $element->Title, | |||
// @todo: Change this to block history permalink when that functionality becomes available. |
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.
Looks like it have been fixed.
fb516cc
to
d2443ae
Compare
d2443ae
to
d84a125
Compare
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.
LGTM
Parent issue