remove unused code

Signed-off-by: mathieu <mathieu.dreano@gmail.com>
This commit is contained in:
mathieu
2024-10-23 22:08:45 +02:00
parent bc85bc5172
commit 2beec87ad8

View File

@@ -46,8 +46,6 @@ const EnvironmentSettings = ({ collection, onClose }) => {
const { environments } = collection;
const [isModified, setIsModified] = useState(false);
const [tab, setTab] = useState('default');
const [openCreateModal, setOpenCreateModal] = useState(false);
const [openImportModal, setOpenImportModal] = useState(false);
if (!environments?.length) {
return (
<StyledWrapper>