Skip to content

Commit 208f262

Browse files
type button for cancel
1 parent b4afc7b commit 208f262

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/jbrowse-plugin-apollo/src/components/DuplicateTranscript.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ export function DuplicateTranscript({
117117
<Button variant="contained" type="submit">
118118
Yes
119119
</Button>
120-
<Button variant="outlined" type="submit" onClick={handleClose}>
120+
<Button variant="outlined" type="button" onClick={handleClose}>
121121
Cancel
122122
</Button>
123123
</DialogActions>

0 commit comments

Comments
 (0)