michael-s-molina commented on code in PR #30775:
URL: https://github.com/apache/superset/pull/30775#discussion_r1826093914
##########
superset-frontend/src/components/Datasource/DatasourceEditor.jsx:
##########
@@ -895,7 +895,7 @@ class DatasourceEditor extends PureComponent {
fieldKey="default_endpoint"
label={t('Default URL')}
description={t(
- 'Default URL to redirect to when accessing from the dataset list
page',
+ 'Default URL to redirect to when accessing from the dataset list
page. Accepts relative URLS such as /superset/dashboard/{id}/',
Review Comment:
```suggestion
'Default URL to redirect to when accessing from the dataset list
page. Accepts relative URLs such as /superset/dashboard/{id}/',
```
--
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]