mistercrunch closed pull request #3663: [minor] fix label showing description
in time_table's URL
URL: https://github.com/apache/incubator-superset/pull/3663
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/superset/assets/javascripts/explore/stores/visTypes.js
b/superset/assets/javascripts/explore/stores/visTypes.js
index da142aec69..b697216160 100644
--- a/superset/assets/javascripts/explore/stores/visTypes.js
+++ b/superset/assets/javascripts/explore/stores/visTypes.js
@@ -388,7 +388,7 @@ export const visTypes = {
multiple: false,
},
url: {
- label: t(
+ description: t(
"Templated link, it's possible to include {{ metric }} " +
'or other values coming from the controls.'),
},
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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