Skip to content

Commit d96196c

Browse files
committed
refactor(hql): remove unused state setters from HQLPage component
1 parent 340fa5a commit d96196c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

web/components/templates/hql/hqlPage.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,6 @@ function HQLPage() {
5656
queryError,
5757
handleExecuteQuery,
5858
handleExecuteQueryAsync,
59-
setResult,
60-
setQueryError,
61-
setQueryLoading,
6259
} = useQueryExecution();
6360
const [currentQuery, setCurrentQuery] = useState<{
6461
id: string | undefined;

0 commit comments

Comments
 (0)