You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ma...@apache.org on 2018/11/08 07:12:37 UTC

[incubator-superset] branch master updated: [fix warning] Warning: Failed prop type: Invalid prop bsSize of value md (#6293)

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

maximebeauchemin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 2607d0a  [fix warning] Warning: Failed prop type: Invalid prop bsSize of value md (#6293)
2607d0a is described below

commit 2607d0a6a055780abf989fd1ccd5133c85854718
Author: Maxime Beauchemin <ma...@gmail.com>
AuthorDate: Wed Nov 7 23:12:32 2018 -0800

    [fix warning] Warning: Failed prop type: Invalid prop bsSize of value md (#6293)
---
 superset/assets/src/explore/components/controls/VizTypeControl.jsx | 1 -
 1 file changed, 1 deletion(-)

diff --git a/superset/assets/src/explore/components/controls/VizTypeControl.jsx b/superset/assets/src/explore/components/controls/VizTypeControl.jsx
index 2f92242..99cff48 100644
--- a/superset/assets/src/explore/components/controls/VizTypeControl.jsx
+++ b/superset/assets/src/explore/components/controls/VizTypeControl.jsx
@@ -126,7 +126,6 @@ export default class VizTypeControl extends React.PureComponent {
               <FormControl
                 inputRef={this.setSearchRef}
                 type="text"
-                bsSize="md"
                 value={filter}
                 placeholder={t('Search')}
                 onChange={this.changeSearch}