10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-07-23 03:07:44 +02:00

Fix select label

This commit is contained in:
Mickaël Véril 2019-09-24 10:00:55 +02:00
parent 7e00754362
commit b50de34cb6

View File

@ -122,7 +122,7 @@ draft: false
}
</script>
<label>Write a data file name without extension<br/>
<label>Select a data file name<br/>
<select id="fileSelect" onchange="onValueChange(event)">
<option value="" disabled=true selected=true>Select a file</option>
</select>