Skip to content

Commit

Permalink
fix: order details page set dialog max width
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianJiang2021 committed Dec 30, 2022
1 parent 034a732 commit 78f7808
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@ export const OrderDialog: (props: OrderDialogProps) => ReactElement = ({

<B3Dialog
isOpen={open}
fullWidth
handleLeftClick={handleClose}
handRightClick={handleSaveClick}
title={currentDialogData?.dialogTitle || ''}
Expand Down

0 comments on commit 78f7808

Please sign in to comment.