Skip to content

Commit

Permalink
Comment on how to disable mock loading screen
Browse files Browse the repository at this point in the history
  • Loading branch information
Sensational-Code committed Jan 29, 2024
1 parent ce1530c commit 32515bd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ui/ManagementPortal/pages/agents/create.vue
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,9 @@ export default {
async created() {
this.loading = true;
// Uncomment to remove mock loading screen
// api.mockLoadTime = 0;
this.loadingStatusText = 'Retrieving indexes...';
this.indexSources = await api.getAgentIndexes();
Expand Down

0 comments on commit 32515bd

Please sign in to comment.