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

chore: remove eslint syntax warnings

parent 9d769c54
No related branches found
No related tags found
1 merge request!822REDMINE_ISSUE-18860 | Authentification GéoContrib via API OGS
......@@ -272,8 +272,8 @@
<button
:disabled="geojsonFileToImport.size === 0"
class="ui fluid teal icon button"
@click="toNewGeojsonFeatureType"
data-test="start-geojson-file-import"
@click="toNewGeojsonFeatureType"
>
<i
class="upload icon"
......@@ -290,8 +290,8 @@
<button
:disabled="csvFileToImport.size === 0"
class="ui fluid teal icon button"
@click="toNewCsvFeatureType"
data-test="start-csv-file-import"
@click="toNewCsvFeatureType"
>
<i
class="upload icon"
......
......@@ -237,8 +237,7 @@ export default new Vuex.Store({
Vous pouvez accéder à l'application en tant qu'utilisateur anonyme`
});
return;
}
);
});
}
},
/**
......
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