Skip to content

Commit

Permalink
fix(web): resolve build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeWasTakenn committed Sep 30, 2023
1 parent 4ba5880 commit b1d54b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/features/dialog/InputDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ const InputDialog: React.FC = () => {
<Button
uppercase
variant="default"
onClick={handleClose}
onClick={() => handleClose()}
mr={3}
disabled={fields.options?.allowCancel === false}
>
Expand Down

0 comments on commit b1d54b6

Please sign in to comment.