mirror of
https://github.com/usebruno/bruno.git
synced 2025-08-19 13:14:14 +02:00
@@ -46,8 +46,6 @@ const EnvironmentSettings = ({ collection, onClose }) => {
|
|||||||
const { environments } = collection;
|
const { environments } = collection;
|
||||||
const [isModified, setIsModified] = useState(false);
|
const [isModified, setIsModified] = useState(false);
|
||||||
const [tab, setTab] = useState('default');
|
const [tab, setTab] = useState('default');
|
||||||
const [openCreateModal, setOpenCreateModal] = useState(false);
|
|
||||||
const [openImportModal, setOpenImportModal] = useState(false);
|
|
||||||
if (!environments?.length) {
|
if (!environments?.length) {
|
||||||
return (
|
return (
|
||||||
<StyledWrapper>
|
<StyledWrapper>
|
||||||
|
Reference in New Issue
Block a user