diff --git a/ghost/admin/app/components/koenig-lexical-editor.js b/ghost/admin/app/components/koenig-lexical-editor.js index 8f6f4452c1..ecbc4dfd39 100644 --- a/ghost/admin/app/components/koenig-lexical-editor.js +++ b/ghost/admin/app/components/koenig-lexical-editor.js @@ -248,7 +248,7 @@ export default class KoenigLexicalEditor extends Component { // don't rethrow, Lexical will attempt to gracefully recover } - @task({restartable: true}) + @task({restartable: false}) *fetchOffersTask() { if (this.offers) { return this.offers; @@ -257,7 +257,7 @@ export default class KoenigLexicalEditor extends Component { return this.offers; } - @task({restartable: true}) + @task({restartable: false}) *fetchLabelsTask() { if (this.labels) { return this.labels;