Skip to content

Commit fdc6703

Browse files
committed
fix: call-word bug
1 parent c33cd5c commit fdc6703

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • chat2db-client/src/components/SearchResult/components/ScreeningResult

chat2db-client/src/components/SearchResult/components/ScreeningResult/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export default memo<IProps>((props) => {
6363
};
6464
};
6565

66-
keywordHintRef.current = monaco.languages.registerCompletionItemProvider('sql', {
66+
fieldHintRef.current = monaco.languages.registerCompletionItemProvider('sql', {
6767
provideCompletionItems,
6868
triggerCharacters: [],
6969
});

0 commit comments

Comments
 (0)