chore: small viz gallery tweaks (#15900)

* allow passing styles to selector component

* make onClear optional

* remove broken font-size declarations

* fix bad hook dependency

* move all charts selector outside of Collapse

* stop hiding all charts button

* slight copy change

* remove x

* min left pane size

* remove default p bottom margin

* remove unused import

* fix test
This commit is contained in:
David Aaron Suddjian
2021-07-27 18:21:19 -07:00
committed by GitHub
parent 2ce676d20d
commit a3f54a6c7b
3 changed files with 25 additions and 38 deletions

View File

@@ -157,7 +157,7 @@ export default class AddSliceContainer extends React.PureComponent<
/>
<span>
{t(
"If you can't find a dataset, follow the instructions on how to add it in the Superset tutorial.",
'Instructions to add a dataset are available in the Superset tutorial.',
)}{' '}
<a
href="https://superset.apache.org/docs/creating-charts-dashboards/first-dashboard#adding-a-new-table"