Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Frontend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Arkindex
Frontend
Commits
4da57355
Commit
4da57355
authored
1 year ago
by
ml bonhomme
Committed by
Erwan Rouchet
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix listFarms import in s3 import vue
parent
4a5ba3d6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1595
Fix listFarms import in s3 import vue
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/views/Imports/ImportFromBucket.vue
+1
-1
1 addition, 1 deletion
src/views/Imports/ImportFromBucket.vue
with
1 addition
and
1 deletion
src/views/Imports/ImportFromBucket.vue
+
1
−
1
View file @
4da57355
...
...
@@ -245,7 +245,7 @@ export default {
methods
:
{
...
mapActions
(
useNotificationStore
,
[
'
notify
'
]),
...
mapActions
(
useIngestStore
,
[
'
listBuckets
'
,
'
fromBucket
'
]),
...
mapActions
(
usePonosStore
,
[
'
f
arms
'
]),
...
mapActions
(
usePonosStore
,
[
'
listF
arms
'
]),
isEmpty
,
checkFolder
()
{
if
(
!
this
.
corpus
||
!
this
.
corpus
.
types
||
!
this
.
folderId
||
!
this
.
folder
)
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