Skip to content

Commit

Permalink
Fix: typo of isFetched state
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 59a11db commit 91356e9
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 @@ -366,7 +366,7 @@ export function CqlEditor() {
</DropdownMenuContent>
</DropdownMenu>
</div>
{currentConnection && isFecthedKeys && (
{currentConnection && isFetchedKeys && (
<Editor
height="100%"
theme="vs-dark"
Expand Down

0 comments on commit 91356e9

Please sign in to comment.