refactor: migrate dashboard-breadcrumb to useQuery and remove obvious comments

This commit is contained in:
CREDO23 2025-12-12 09:18:16 +00:00
parent 1172a91a07
commit 291bb0369a
2 changed files with 7 additions and 6 deletions

View file

@ -52,7 +52,6 @@ export function SourceDetailSheet({
const highlightedChunkRef = useRef<HTMLDivElement>(null);
const [summaryOpen, setSummaryOpen] = useState(false);
// Add useQuery to fetch document by chunk
const {
data: document,
isLoading: isDocumentByChunkFetching,