Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
purescript-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
133
Issues
133
List
Board
Labels
Milestones
Merge Requests
5
Merge Requests
5
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
purescript-gargantext
Commits
f23e7b3e
Commit
f23e7b3e
authored
Feb 03, 2025
by
Fabien Maniere
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ommit a file after purs-tidy
parent
ea209680
Pipeline
#7300
failed with stages
in 18 minutes and 30 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
Upload.purs
...Gargantext/Components/Forest/Tree/Node/Action/Upload.purs
+7
-6
No files found.
src/Gargantext/Components/Forest/Tree/Node/Action/Upload.purs
View file @
f23e7b3e
...
...
@@ -301,12 +301,13 @@ uploadFileViewWithLangsCpt = here.component "uploadFileViewWithLangs" cpt
[ H.div { className: "col-12 form-group" }
[ H.label {} [ H.text "Please choose the list of terms to use:" ]
, H.details { className: "small p-1 pl-3 pb-2 alert-light" }
[ H.summary {} [ H.text "Infos about this choice:" ]
, H.p {}
[ H.text "- My list first: the analysis will generate a list of terms based on your previous lists of terms"
, H.br {}
, H.text "- NoList: the analysis will not generate any terms" ]
]
[ H.summary {} [ H.text "Infos about this choice:" ]
, H.p {}
[ H.text "- My list first: the analysis will generate a list of terms based on your previous lists of terms"
, H.br {}
, H.text "- NoList: the analysis will not generate any terms"
]
]
, ListSelection.selection { selection, session } []
]
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment