Skip to content

Commit d475228

Browse files
authored
Remove duplicate scan time entry
1 parent 678bbbd commit d475228

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

webapp/src/components/datablocks/UVVisInsituBlock.vue

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,6 @@
88
update-block-on-change
99
@change="onFileChange"
1010
/>
11-
<div class="form-group mb-2">
12-
<label class="mr-2"><b>Scan time (s)</b></label>
13-
<input
14-
v-model="scan_time_buffer"
15-
type="text"
16-
class="form-control"
17-
placeholder="Enter scan time"
18-
style="width: 160px; display: inline-block"
19-
inputmode="decimal"
20-
pattern="[0-9]*[.,]?[0-9]*"
21-
@keydown.enter="onScanTimeSelected"
22-
@blur="onScanTimeSelected"
23-
/>
24-
</div>
2511
<div v-show="file_id">
2612
<div class="row">
2713
<div class="col-lg-4 col-md-6 col-sm-12 mb-2">

0 commit comments

Comments
 (0)