Skip to content

Commit

Permalink
fixes #4004
Browse files Browse the repository at this point in the history
  • Loading branch information
sumitkukrejas committed Apr 12, 2024
1 parent 83b5a60 commit 460a114
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -253,15 +253,15 @@ const TopicForm: React.FC<Props> = ({
<Button
type="button"
buttonType="secondary"
buttonSize="L"
buttonSize="M"
onClick={onCancel}
>
Cancel
</Button>
<Button
type="submit"
buttonType="primary"
buttonSize="L"
buttonSize="M"
disabled={!isValid || isSubmitting || !isDirty}
>
{isEditing ? 'Update topic' : 'Create topic'}
Expand Down

0 comments on commit 460a114

Please sign in to comment.