Update DrawerControl.tsx

This commit is contained in:
nguyentrungthat 2025-12-11 16:33:31 +07:00
parent 117d982c4d
commit a44161c583
1 changed files with 1 additions and 1 deletions

View File

@ -739,7 +739,7 @@ export const DrawerSwitchControl: React.FC<DrawerProps> = ({
>([]);
const [isSubmit, setIsSubmit] = useState(false);
const [loading, setLoading] = useState(true);
const [checkedActive, setCheckedActive] = useState("all");
const [checkedActive, setCheckedActive] = useState("config");
useEffect(() => {
setListPortsSelected([]);