Skip to content

Commit

Permalink
fix: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
BuonDavide committed Aug 21, 2024
1 parent 66a2585 commit 709c0f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/Element/ChatbotFiles.vue
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ const loadFiles = async () => {
files.value = items.res;
indexedItems = await $fetch(`/api/brevia/index/${collection?.uuid}/documents_metadata?filter[type]=files`);
}
//isLoading.value = false;
isLoading.value = false;
};
await loadFiles();
//isLoading.value = false;
isLoading.value = false;
isUploadAllowed.value = checkUploadAllowed(files);
const checkIndexed = (id: string | undefined) => {
Expand Down

0 comments on commit 709c0f0

Please sign in to comment.