forked from p15670423/monkey
Changed empty checkbox UI to unfilled in AdvancedMultiSelect.js
This commit is contained in:
parent
5449084394
commit
c9468b8600
|
@ -2,7 +2,8 @@ import React, {useState} from 'react';
|
|||
|
||||
import {Card, Button, Form} from 'react-bootstrap';
|
||||
import {FontAwesomeIcon} from '@fortawesome/react-fontawesome';
|
||||
import {faSquare, faCheckSquare} from '@fortawesome/free-solid-svg-icons';
|
||||
import {faCheckSquare} from '@fortawesome/free-solid-svg-icons';
|
||||
import {faSquare} from '@fortawesome/free-regular-svg-icons';
|
||||
import {cloneDeep} from 'lodash';
|
||||
|
||||
import {getComponentHeight} from './utils/HeightCalculator';
|
||||
|
|
Loading…
Reference in New Issue