Skip to content

Commit

Permalink
Fixed lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbastian committed Jun 28, 2021
1 parent 8417bfa commit 523afed
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ import React from 'react';
import { Input } from 'antd';
import { styled, css, SupersetTheme } from '@superset-ui/core';
import InfoTooltip from 'src/components/InfoTooltip';
import errorIcon from 'images/icons/error.svg';
import FormItem from './FormItem';
import FormLabel from './FormLabel';
import errorIcon from 'images/icons/error.svg';

export interface LabeledErrorBoundInputProps {
label?: string;
validationMethods:
Expand Down

0 comments on commit 523afed

Please sign in to comment.