Skip to content

Commit

Permalink
Lintfix
Browse files Browse the repository at this point in the history
  • Loading branch information
gbdubs committed Jan 24, 2024
1 parent 32a9888 commit c0dfb1d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions frontend/pages/upload.vue
Original file line number Diff line number Diff line change
Expand Up @@ -306,16 +306,16 @@ const cleanUpIncompleteUploads = async () => {
new-tab
class="p-button-xs p-button-outlined"
icon="pi pi-external-link"
icon-pos="right"
:label="tt('Input User Guide')"
icon-pos="right"
:label="tt('Input User Guide')"
/>
<LinkButton
to="/samples/sample-1.csv"
new-tab
class="p-button-xs p-button-outlined"
icon="pi pi-download"
icon-pos="right"
:label="tt('Sample CSV')"
icon-pos="right"
:label="tt('Sample CSV')"
/>
</div>
<FormField
Expand Down

0 comments on commit c0dfb1d

Please sign in to comment.