This is an automated email from the ASF dual-hosted git repository.

rusackas pushed a commit to branch control-section-touchups
in repository https://gitbox.apache.org/repos/asf/superset.git

commit b0c9c59ce4f0c9f0034e3b060a654742a21e6e1b
Author: Evan Rusackas <[email protected]>
AuthorDate: Tue Dec 1 15:49:45 2020 -0800

    fixing a space for the linter :/
---
 superset-frontend/src/explore/controls.jsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/superset-frontend/src/explore/controls.jsx 
b/superset-frontend/src/explore/controls.jsx
index bbdb896..eed6e33 100644
--- a/superset-frontend/src/explore/controls.jsx
+++ b/superset-frontend/src/explore/controls.jsx
@@ -39,7 +39,7 @@
      and don't affect the query or backend data processing as those require to 
re run a query
      and fetch the data. Note that if ALL controls in a seciton are set to 
"renderTrigger: true"
      the section will appear in the "Customize" tab rather than the "Data" 
tab. You can add a
-     "tabOverride" parameter to the controls section with a value of "data" or 
"customize" if 
+     "tabOverride" parameter to the controls section with a value of "data" or 
"customize" if
      you'd like to override this behavior either way
  * - validators: an array of functions that will receive the value of the 
component and
      should return error messages when the value is not valid. The error 
message gets

Reply via email to