Skip to content

Commit 69027a2

Browse files
committed
build document-ui before dashboard
1 parent b99ffad commit 69027a2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

packages/tdb-documents-ui/src/hook/useTDBDocuments.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React, {useState} from 'react'
22
import {sortAlphabetically} from "./utils"
3-
import {getTotalNumberOfDocuments} from "./generalQueries"
3+
import {getTotalNumberOfDocuments} from "./queryTemplates"
44

55
export const useTDBDocuments = (woqlClient) => {
66
const [error, setError] = useState(false)

0 commit comments

Comments
 (0)