Skip to content

Commit

Permalink
fix(data-warehouse): restore manual link (#19994)
Browse files Browse the repository at this point in the history
restore manual link
  • Loading branch information
EDsCODE authored Jan 26, 2024
1 parent 1a185c6 commit 278383e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,8 @@ export const sourceModalLogic = kea<sourceModalLogicType>([
sourceFormLogic({ sourceType: 'Postgres' }).actions.submitDatabaseSchemaForm()
} else if (values.selectedConnector?.name) {
sourceFormLogic({ sourceType: values.selectedConnector?.name }).actions.submitExternalDataSource()
} else {
dataWarehouseTableLogic.actions.submitTable()
}
}

Expand Down

0 comments on commit 278383e

Please sign in to comment.