diff --git a/frontend/models/personalBest.ts b/frontend/models/personalBest.ts index 970c598..aafa40f 100644 --- a/frontend/models/personalBest.ts +++ b/frontend/models/personalBest.ts @@ -83,7 +83,7 @@ export const PersonalBest = >{ }, 'product.id': { text: 'Cube', - getOptions: getProducts, + // getOptions: getProducts, // not preloading these typename: 'product', inputType: 'server-combobox', optional: true,