mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-26 09:16:22 +02:00
refactor: migrate dashboard-breadcrumb to useQuery and remove obvious comments
This commit is contained in:
parent
1172a91a07
commit
291bb0369a
2 changed files with 7 additions and 6 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue