mirror of
https://github.com/usebruno/bruno.git
synced 2025-08-19 09:32:47 +02:00
@@ -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>
|
||||
|
Reference in New Issue
Block a user