Skip to content

Commit

Permalink
fix: product with required modifer can upload by csv
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlLiu2023 authored and BrianJiang2021 committed Jul 11, 2023
1 parent f05b039 commit 6ad6df6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/storefront/src/pages/quote/components/AddToQuote.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ export default function AddToQuote(props: AddToListProps) {
setIsOpen={setIsOpenBulkLoadCSV}
handleAddToList={handleCSVAddToList}
isLoading={isLoading}
withModifiers
/>
</B3CollapseContainer>
</CardContent>
Expand Down

0 comments on commit 6ad6df6

Please sign in to comment.