Skip to content

Commit

Permalink
Merge pull request #794 from illacloud/beta
Browse files Browse the repository at this point in the history
fix: modal button submit
  • Loading branch information
AruSeito authored Oct 19, 2023
2 parents e365761 + 770a622 commit 099c824
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/modal/src/modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ export const Modal = forwardRef<HTMLDivElement, ModalProps>((props, ref) => {
)}
{
<Button
type="button"
loading={okLoading}
size="medium"
onClick={onOk}
Expand Down

0 comments on commit 099c824

Please sign in to comment.