Skip to content

Commit

Permalink
chore: clean
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud AMBROSELLI committed Feb 1, 2024
1 parent 66ce8f9 commit 13380dd
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions dashboard/src/components/CustomFieldInput.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React, { useMemo } from 'react';
import { useMemo } from 'react';
import { Col, FormGroup } from 'reactstrap';
import styled from 'styled-components';
import SelectAsInput from './SelectAsInput';
import SelectCustom from './SelectCustom';
import { capture } from '../services/sentry';
Expand Down Expand Up @@ -174,11 +173,4 @@ const CustomFieldInput = ({ field, values, handleChange, model, colWidth = null,
);
};

const CheckboxContainer = styled.div`
display: flex;
flex-direction: column;
margin-left: 20px;
width: 80%;
`;

export default CustomFieldInput;

0 comments on commit 13380dd

Please sign in to comment.