Skip to content

Commit

Permalink
Eliminate pre-loading of products in comboboxes (due to there being t…
Browse files Browse the repository at this point in the history
…oo many products)
  • Loading branch information
big213 committed Mar 29, 2021
1 parent a5b123a commit 952e998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/models/personalBest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export const PersonalBest = <RecordInfo<'personalBest'>>{
},
'product.id': {
text: 'Cube',
getOptions: getProducts,
// getOptions: getProducts, // not preloading these
typename: 'product',
inputType: 'server-combobox',
optional: true,
Expand Down

0 comments on commit 952e998

Please sign in to comment.