mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
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:
committed by
GitHub
parent
2ce676d20d
commit
a3f54a6c7b
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user