mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
chore(frontend): Spelling (#19676)
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
@@ -23,17 +23,17 @@ import Component from './ParallelCoordinates';
|
||||
|
||||
const ReactComponent = reactify(Component);
|
||||
|
||||
const ParallelCoordianes = ({ className, ...otherProps }) => (
|
||||
const ParallelCoordinates = ({ className, ...otherProps }) => (
|
||||
<div className={className}>
|
||||
<ReactComponent {...otherProps} />
|
||||
</div>
|
||||
);
|
||||
|
||||
ParallelCoordianes.propTypes = {
|
||||
ParallelCoordinates.propTypes = {
|
||||
className: PropTypes.string.isRequired,
|
||||
};
|
||||
|
||||
export default styled(ParallelCoordianes)`
|
||||
export default styled(ParallelCoordinates)`
|
||||
${({ theme }) => `
|
||||
.superset-legacy-chart-parallel-coordinates {
|
||||
div.grid {
|
||||
|
||||
Reference in New Issue
Block a user