We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64b3cf7 commit 50f2d4cCopy full SHA for 50f2d4c
1 file changed
template/client/src/pages/analytics/AnalyticsPage.tsx
@@ -20,7 +20,7 @@ import { sql } from "@databricks/appkit-ui/js";
20
import { useState } from 'react';
21
22
export function AnalyticsPage() {
23
- const { data, loading, error } = useAnalyticsQuery<{ value: string }[]>('hello_world', {
+ const { data, loading, error } = useAnalyticsQuery('hello_world', {
24
message: sql.string('hello world'),
25
});
26
0 commit comments