Skip to content

Commit

Permalink
Fix: Added the missing changes that got lost during rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
ketsappi committed Nov 12, 2019
1 parent 527d1b8 commit f349348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Form/ToggleInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import { HtmlInput, HtmlLabel } from '../../reset';
import { ToggleProps, ToggleState } from './Toggle';

const baseClassName = 'fi-toggle';
const toggleDisabledClassName = `${baseClassName}--disabled`;

const componentOrElementWithProps = (
component: ReactElement<any> | FunctionComponent<any> | ComponentClass<any>,
Expand Down Expand Up @@ -86,6 +85,7 @@ export class ToggleInput extends Component<ToggleProps> {
<HtmlLabel
htmlFor={id}
className={classnames(
toggleClassName,
className,
baseClassName,
{
Expand Down

0 comments on commit f349348

Please sign in to comment.