Update application logic for retrieving docs
This commit is contained in:
@@ -156,7 +156,7 @@
|
||||
<p v-if="selectedFile" class="text-center">You can execute the ingestion for the following file:</p>
|
||||
<p v-if="selectedFile" class="text-center">{{ selectedFile.name }}</p>
|
||||
<div class="flex justify-center mt-4">
|
||||
<Button type="submit" label="Ingest" :fluid="false"></Button>
|
||||
<Button :disabled="loadingStore.isLoading" type="submit" label="Ingest" :fluid="false"></Button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex justify-between pt-6">
|
||||
|
||||
Reference in New Issue
Block a user