Skip to content

Commit

Permalink
CSV Upload:
Browse files Browse the repository at this point in the history
- Rename the id of the DOm element so it doesn't fail when querying schemas with allowed csv file upload
  • Loading branch information
Antonio-RiveroMartnez committed Nov 15, 2022
1 parent 14c8a33 commit fe0e04b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
under the License.
#}
<script>
var db = $("#con");
var db = $("#database");
var schema = $("#schema");

// this element is a text input
Expand Down

0 comments on commit fe0e04b

Please sign in to comment.