We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 629f2dd commit 561a89fCopy full SHA for 561a89f
pages/admin/lessons/[lessonSlug]/[pageName]/index.tsx
@@ -87,7 +87,6 @@ const IntroductionPage = ({ lesson }: { lesson: Lesson }) => {
87
88
await updateLesson(makeGraphqlVariable(formOptions))
89
} catch (err) {
90
- // TODO: Display error with QueryStateMessage #2181
91
Sentry.captureException(err)
92
}
93
0 commit comments