Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
Géocontrib Frontend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GéoContrib
Géocontrib Frontend
Commits
538382d3
Commit
538382d3
authored
7 months ago
by
Timothee P
Browse files
Options
Downloads
Patches
Plain Diff
chore: remove eslint syntax warnings
parent
9d769c54
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!822
REDMINE_ISSUE-18860 | Authentification GéoContrib via API OGS
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/components/Project/Detail/ProjectFeatureTypes.vue
+2
-2
2 additions, 2 deletions
src/components/Project/Detail/ProjectFeatureTypes.vue
src/store/index.js
+1
-2
1 addition, 2 deletions
src/store/index.js
with
3 additions
and
4 deletions
src/components/Project/Detail/ProjectFeatureTypes.vue
+
2
−
2
View file @
538382d3
...
...
@@ -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"
...
...
This diff is collapsed.
Click to expand it.
src/store/index.js
+
1
−
2
View file @
538382d3
...
...
@@ -237,8 +237,7 @@ export default new Vuex.Store({
Vous pouvez accéder à l'application en tant qu'utilisateur anonyme`
});
return
;
}
);
});
}
},
/**
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment