Skip to content

Commit

Permalink
[C-3168] Add missing submit type on button (#6194)
Browse files Browse the repository at this point in the history
  • Loading branch information
amendelsohn committed Oct 2, 2023
1 parent bb178d2 commit d718abe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export const MultiTrackSidebar = () => {
text={messages.complete}
variant={HarmonyButtonType.PRIMARY}
iconRight={IconUpload}
type='submit'
fullWidth
/>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export const SelectGenreField = (props: SelectGenreFieldProps) => {
mount='parent'
menu={menu}
size='large'
isRequired
{...props}
/>
)
Expand Down

0 comments on commit d718abe

Please sign in to comment.