Skip to content

Commit

Permalink
Merge pull request #15 from nervosnetwork/rc/v0.1.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith-CY authored Aug 17, 2020
2 parents b0597f1 + 3b5fdea commit db0be6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/components/SendCkbDialog/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ const SendCkbDialog = ({ onSubmit, onCancel, show, networkId }: SendCkbDialogPro
</div>

<div className={styles.footer}>
<button type="button" onClick={onCancel} disabled={disabled}>
<button type="button" onClick={onCancel} disabled={isSubmitting}>
Cancel
</button>
<button type="submit" disabled={disabled} onClick={handleSubmit} data-is-submitting={isSubmitting}>
Expand Down

0 comments on commit db0be6e

Please sign in to comment.