Pre-convo UI (#3376)

This commit is contained in:
Jonathan Dobson
2025-09-05 10:08:11 -04:00
committed by GitHub
parent 115c46ff8b
commit 50e0597c84
9 changed files with 156 additions and 133 deletions

View File

@@ -56,7 +56,7 @@ function useCacheKeyValuesQuery({
return result;
},
enabled: !!workflowPermanentId,
enabled: !!workflowPermanentId && !!cacheKey && cacheKey.length > 0,
placeholderData: keepPreviousData,
staleTime: 5 * 60 * 1000,
});