Skip to content

Commit

Permalink
feat: add label for validation override levels select field in Upload…
Browse files Browse the repository at this point in the history
…View
  • Loading branch information
sanjibansg committed May 25, 2023
1 parent 5851ee6 commit ba4d22e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions client/src/views/UploadView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,15 @@
<label class="form-label" for="file">Upload your substrait plan</label>
</div>
<div class="col-4" style="margin-left: 1vh;">
<ValidationLevel ref="override_level" />
<div class="row" style="font-size:small; margin-left: 1%;">
Validation override level
</div>
<div class="row">
<ValidationLevel ref="override_level" />
</div>
</div>
</div>
<div class="col-12" style="margin-left: 3vh; margin-top: 0%">
<div class="col-12" style="margin-left: 3vh; margin-top: -2.5%">
<input
type="file"
class="form-control"
Expand Down

0 comments on commit ba4d22e

Please sign in to comment.