Skip to content

Commit

Permalink
Small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenklar committed Jul 23, 2024
1 parent 38f48a7 commit 6004515
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions daiquiri/query/assets/js/query/components/forms/FormUpload.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const FormUpload = ({ formKey, loadJob }) => {
: gettext('File')

return form && (
<div className="form">
<div className="query-form mb-4">
<h2>{form.label}</h2>
<Template template={form.template} />

Expand Down Expand Up @@ -61,7 +61,7 @@ const FormUpload = ({ formKey, loadJob }) => {
</div>
</div>

<div className="mt-4">
<div className="mt-2">
<button type="button" className="btn btn-primary me-auto" onClick={() => handleUpload()}>
{gettext('Upload table')}
</button>
Expand Down

0 comments on commit 6004515

Please sign in to comment.