etr2460 commented on a change in pull request #8455: [Datasource Editor] A few
small UI changes in modal to prevent accidental edits
URL:
https://github.com/apache/incubator-superset/pull/8455#discussion_r339325878
##########
File path: superset/assets/src/datasource/DatasourceEditor.jsx
##########
@@ -211,7 +213,7 @@ export class DatasourceEditor extends React.PureComponent {
databaseColumns: props.datasource.columns.filter(col => !col.expression),
calculatedColumns: props.datasource.columns.filter(col =>
!!col.expression),
metadataLoading: false,
- activeTabKey: 1,
+ activeTabKey: 4,
Review comment:
do you think we should actually reorder the tabs instead of just defaulting
to the last one? not sure here tbh
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]