mirror of
https://github.com/apache/superset.git
synced 2026-04-24 10:35:01 +00:00
Typo fix: dashbaord -> dashboard. (#4383)
This commit is contained in:
@@ -102,7 +102,7 @@ class GridLayout extends React.Component {
|
||||
return;
|
||||
}
|
||||
|
||||
// remove slice dashbaord and charts
|
||||
// remove slice dashboard and charts
|
||||
this.props.removeSlice(slice);
|
||||
this.props.removeChart(this.props.charts['slice_' + slice.slice_id].chartKey);
|
||||
this.props.onChange();
|
||||
|
||||
Reference in New Issue
Block a user