Skip to content

Commit

Permalink
add type for docText
Browse files Browse the repository at this point in the history
  • Loading branch information
justinpark committed Aug 1, 2023
1 parent ff73612 commit fa79fd3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions superset-frontend/src/components/AsyncAceEditor/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ export interface AceCompleterKeywordData {
value: string;
score: number;
meta: string;
docText?: string;
docHTML?: string;
}

export type TextMode = OrigTextMode & { $id: string };
Expand Down

0 comments on commit fa79fd3

Please sign in to comment.