Skip to content

Commit

Permalink
Update src/app/(main)/query-runner/_components/cql-editor.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Reis <[email protected]>
  • Loading branch information
rosajsx and danielhe4rt authored Nov 9, 2024
1 parent 4d8edcb commit e1ef209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(main)/query-runner/_components/cql-editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export function CqlEditor() {
const [keyspaces, setKeyspaces] = useState<Record<string, ScyllaKeyspace>>(
{},
);
const [isFecthedKeys, setIsFecthecKeys] = useState(false);
const [isFetchedKeys, setIsFetchedKeys] = useState(false);
const [queryResult, setQueryResult] = useState<
Array<Record<string, unknown>>
>([]);
Expand Down

0 comments on commit e1ef209

Please sign in to comment.