Skip to content
Snippets Groups Projects
Commit 00aa6a5d authored by Timothee P's avatar Timothee P :sunflower:
Browse files

add ids for multi geometry import

parent 8c91baa4
No related branches found
No related tags found
No related merge requests found
......@@ -92,6 +92,7 @@
<div class="ui bottom attached secondary segment">
<div class="ui styled accordion">
<div
id="toggle-show-import"
:class="['title', { active: showImport && isOnline, nohover: !isOnline }]"
@click="toggleShowImport"
>
......@@ -173,6 +174,7 @@
</ul>
<button
id="start-import"
:disabled="
(geojsonFileToImport.size === 0 && !$route.params.geojson) &&
(csvFileToImport.size === 0 && !$route.params.csv)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment