Skip to content

Commit 41251b3

Browse files
committed
chore: removed redundant form action line
1 parent e4ce96c commit 41251b3

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

apps/web/src/features/upload/pages/UploadPage.tsx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -130,12 +130,7 @@ export const UploadPage = () => {
130130
})}
131131
</Button>
132132
<a href="https://opendatacapture.org/en/docs/guides/how-to-upload-data/" rel="noreferrer" target="_blank">
133-
<Button
134-
className="gap-1"
135-
disabled={!instrument}
136-
formAction={'https://opendatacapture.org/en/docs/guides/how-to-upload-data/'}
137-
variant={'primary'}
138-
>
133+
<Button className="gap-1" disabled={!instrument} variant={'primary'}>
139134
<BadgeHelpIcon />
140135
{t({
141136
en: 'Help',

0 commit comments

Comments
 (0)