eschutho commented on code in PR #20773:
URL: https://github.com/apache/superset/pull/20773#discussion_r936897660
##########
superset-frontend/src/views/CRUD/data/database/DatabaseModal/ModalHeader.tsx:
##########
@@ -108,19 +108,11 @@ const ModalHeader = ({
<StyledStickyHeader>
<StyledFormHeader>
<p className="helper-top"> STEP 3 OF 3 </p>
- <h4 className="step-3-text">
- Your database was successfully connected! Create a dataset to begin
- visualizing your data as a chart or go to SQL Lab to query your data.
- </h4>
- <p className="helper-bottom">
- Need help? Learn more about{' '}
- <a
- href={documentationLink(db?.engine)}
- target="_blank"
- rel="noopener noreferrer"
- >
- connecting to {dbModel.name}.
- </a>
+ <h4 className="step-3-text">Database connected</h4>
+ <p>
+ {' '}
+ Create a dataset to start visualizing your data as a chart or got to
Review Comment:
thanks!
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]