Skip to content

Commit

Permalink
remove copilot from comments
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangvi7 committed Aug 19, 2024
1 parent 965f005 commit bcb4ee9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion querybook/webapp/components/QueryEditor/QueryEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ export const QueryEditor: React.FC<
editorRef.current = editor;

if (queryAISuggestionsEnabled) {
// Enable copilot suggestion feature
// Enable query ai suggestion feature
editor.queryAISuggestions();
}

Expand Down
2 changes: 1 addition & 1 deletion querybook/webapp/lib/codemirror/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import 'codemirror/theme/duotone-light.css';
import 'codemirror/theme/material-palenight.css';
import 'codemirror/theme/monokai.css';
import 'codemirror/theme/solarized.css';
// AI Query Suggestions
// Query AI Suggestions
import 'lib/codemirror/codemirror-copilot';
// This should apply the hover option to codemirror
import 'lib/codemirror/codemirror-hover';
Expand Down

0 comments on commit bcb4ee9

Please sign in to comment.