Skip to content

Commit

Permalink
Merge pull request #3200 from owid/disable-topics-chart-edit
Browse files Browse the repository at this point in the history
🐛 disable topic fetching in the chart admin
  • Loading branch information
larsyencken authored Feb 15, 2024
2 parents fd511a1 + 5e06450 commit 99983c0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion adminSiteClient/ChartEditorPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,10 @@ export class ChartEditorPage
this.fetchRefs()
this.fetchRedirects()
this.fetchPageviews()
this.fetchTopics()

// (2024-02-15) Disabled due to slow query performance
// https://github.com/owid/owid-grapher/issues/3198
// this.fetchTopics()
}

disposers: IReactionDisposer[] = []
Expand Down

0 comments on commit 99983c0

Please sign in to comment.