mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-28 04:47:42 +03:00
refactor: remove redundant type="submit"
This commit is contained in:
parent
b30b138128
commit
9d3934d68d
@ -141,7 +141,7 @@
|
||||
|
||||
<svelte:fragment slot="controls" let:close>
|
||||
<Button color="neutral" kind="outlined" on:click={close}>Cancel</Button>
|
||||
<Button color="primary" type="submit" form="branch-name-form">Rename</Button>
|
||||
<Button color="primary" form="branch-name-form">Rename</Button>
|
||||
</svelte:fragment>
|
||||
</Modal>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user