Update DrawerControl.tsx
This commit is contained in:
parent
117d982c4d
commit
a44161c583
|
|
@ -739,7 +739,7 @@ export const DrawerSwitchControl: React.FC<DrawerProps> = ({
|
||||||
>([]);
|
>([]);
|
||||||
const [isSubmit, setIsSubmit] = useState(false);
|
const [isSubmit, setIsSubmit] = useState(false);
|
||||||
const [loading, setLoading] = useState(true);
|
const [loading, setLoading] = useState(true);
|
||||||
const [checkedActive, setCheckedActive] = useState("all");
|
const [checkedActive, setCheckedActive] = useState("config");
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
setListPortsSelected([]);
|
setListPortsSelected([]);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue