Skip to content

Commit

Permalink
fixed issue with module.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
YasharthSingh committed Sep 26, 2023
1 parent f6b772c commit f3809f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/module.ts → src/module.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ export const plugin = new DataSourcePlugin<DataSource, MyQuery, MyDataSourceOpti
.setConfigEditor(ConfigEditor)
.setQueryEditor(QueryEditor)
.setQueryEditorHelp(QueryEditorHelp);



0 comments on commit f3809f9

Please sign in to comment.