Skip to content
Snippets Groups Projects
Commit 4da57355 authored by ml bonhomme's avatar ml bonhomme :bee: Committed by Erwan Rouchet
Browse files

Fix listFarms import in s3 import vue

parent 4a5ba3d6
No related branches found
No related tags found
1 merge request!1595Fix listFarms import in s3 import vue
......@@ -245,7 +245,7 @@ export default {
methods: {
...mapActions(useNotificationStore, ['notify']),
...mapActions(useIngestStore, ['listBuckets', 'fromBucket']),
...mapActions(usePonosStore, ['farms']),
...mapActions(usePonosStore, ['listFarms']),
isEmpty,
checkFolder () {
if (!this.corpus || !this.corpus.types || !this.folderId || !this.folder) 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