Skip to content

Commit

Permalink
Fix: typo of setIsFetched
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 98666e5 commit 59a11db
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 @@ -293,7 +293,7 @@ export function CqlEditor() {
toast.error("Failed to query keyspaces.");
console.error(error);
} finally {
setIsFecthecKeys(true);
setIsFetchedKeys(true);
}
};

Expand Down

0 comments on commit 59a11db

Please sign in to comment.