Skip to content

Commit

Permalink
fix(FOROME-760): remove wrong calling of massive
Browse files Browse the repository at this point in the history
  • Loading branch information
QSdmitrioul committed Mar 25, 2022
1 parent f520675 commit 043c9ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/filter/ui/TableModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export const TableModal = observer(() => {

setVariantList(samples || records)

const orderNumber = isSample ? samples[0]?.no ?? 0 : records[0]?.no ?? 0
const orderNumber = isSample ? samples[0]?.no ?? 0 : 0

variantStore.fetchVarinatInfoForModalAsync(datasetName, orderNumber)
}
Expand Down

0 comments on commit 043c9ea

Please sign in to comment.