mirror of
https://github.com/jeffvli/sonixd.git
synced 2026-04-29 18:52:38 -04:00
Fix "go" button type
This commit is contained in:
@@ -56,6 +56,7 @@ import {
|
||||
StyledInputPickerContainer,
|
||||
ContextMenuPopover,
|
||||
StyledInput,
|
||||
StyledInputGroupButton,
|
||||
} from './styled';
|
||||
import { notifyToast } from './toast';
|
||||
import {
|
||||
@@ -662,7 +663,7 @@ export const GlobalContextMenu = () => {
|
||||
value={indexToMoveTo}
|
||||
onChange={(e: number) => setIndexToMoveTo(e)}
|
||||
/>
|
||||
<StyledButton
|
||||
<StyledInputGroupButton
|
||||
type="submit"
|
||||
onClick={handleMoveSelectedToIndex}
|
||||
disabled={
|
||||
@@ -672,7 +673,7 @@ export const GlobalContextMenu = () => {
|
||||
}
|
||||
>
|
||||
Go
|
||||
</StyledButton>
|
||||
</StyledInputGroupButton>
|
||||
</StyledInputGroup>
|
||||
</Form>
|
||||
</ContextMenuPopover>
|
||||
|
||||
Reference in New Issue
Block a user