This is an automated email from the ASF dual-hosted git repository.
elizabeth pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push:
new d22b7860a4 chore: add performance information to tooltip (#30948)
d22b7860a4 is described below
commit d22b7860a47de0950df82de7a67ec7d3dbd324ff
Author: Elizabeth Thompson <[email protected]>
AuthorDate: Mon Nov 18 16:09:48 2024 -0800
chore: add performance information to tooltip (#30948)
---
superset-frontend/src/filters/components/Select/controlPanel.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/superset-frontend/src/filters/components/Select/controlPanel.ts
b/superset-frontend/src/filters/components/Select/controlPanel.ts
index 7bdc2c592d..be01821760 100644
--- a/superset-frontend/src/filters/components/Select/controlPanel.ts
+++ b/superset-frontend/src/filters/components/Select/controlPanel.ts
@@ -105,7 +105,7 @@ const config: ControlPanelConfig = {
renderTrigger: true,
requiredFirst: true,
description: t(
- 'When using this option, default value can’t be set',
+ 'When using this option, default value can’t be set. Using
this option may impact the load times for your dashboard.',
),
},
},