Skip to content

Commit

Permalink
initial planning
Browse files Browse the repository at this point in the history
  • Loading branch information
fisjac committed Nov 12, 2024
1 parent 5b2f005 commit 66ae0e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,7 @@ class DatasourceEditor extends PureComponent {
return results;
}

syncMetadata() {
syncMetadata() { // TODO replicate function and hoist to parent. Might involve hoisting state as well

Check failure on line 755 in superset-frontend/src/components/Datasource/DatasourceEditor.jsx

View workflow job for this annotation

GitHub Actions / frontend-build

Insert `⏎···`
const { datasource } = this.state;
const params = {
datasource_type: datasource.type || datasource.datasource_type,
Expand Down

0 comments on commit 66ae0e3

Please sign in to comment.