diff --git a/src/components/Manifest/List/index.jsx b/src/components/Manifest/List/index.jsx index 6e22efc..ad52162 100644 --- a/src/components/Manifest/List/index.jsx +++ b/src/components/Manifest/List/index.jsx @@ -113,7 +113,7 @@ const MainForm = () => { const [orderBy, setOrderBy] = useState("id"); const [order, setOrder] = useState("asc"); const [search, setSearch] = useLocalStorage("DEPLOYMENT_SEARCH", ""); - const [active, setActive] = useLocalStorage("DEPLOYMENT_ACTIVE", "software"); + const [active, setActive] = useLocalStorage("DEPLOYMENT_TAB_TOGGLE", "software"); const [selected, setSelected] = useState([]); const [showDeleteModal, setShowDeleteModal] = useState(false);