File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
pageComponents/DatabasePage/ForBranches/NewBranchPage/NewBranchForm Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,11 @@ export default function ForBranchCommitAndTag({ params }: Props) {
54
54
} ) }
55
55
className = { css . viewDiffButton }
56
56
>
57
- < Button disabled = { fromRef === toRef } className = { css . button } data-cy = "view-diff-button" >
57
+ < Button
58
+ disabled = { fromRef === toRef }
59
+ className = { css . button }
60
+ data-cy = "view-diff-button"
61
+ >
58
62
View Diff
59
63
</ Button >
60
64
</ Link >
Original file line number Diff line number Diff line change @@ -77,7 +77,11 @@ export default function NewBranchForm(props: Props): JSX.Element {
77
77
stackedButton = { isMobile }
78
78
error = { err }
79
79
>
80
- < Button type = "submit" disabled = { ! newBranchName || ! fromRefName } data-cy = "create-branch-button" >
80
+ < Button
81
+ type = "submit"
82
+ disabled = { ! newBranchName || ! fromRefName }
83
+ data-cy = "create-branch-button"
84
+ >
81
85
Create branch
82
86
</ Button >
83
87
</ ButtonsWithError >
You can’t perform that action at this time.
0 commit comments