fix(registry-state): fixed bug on add workflow / improvement(ux): added autoconnect

This commit is contained in:
Emir Karabeg
2025-02-16 17:34:19 -08:00
parent 3b1788a469
commit 6004c8d070
11 changed files with 192 additions and 202 deletions

View File

@@ -1,6 +1,6 @@
import React, { useEffect, useState } from 'react'
import { cn } from '@/lib/utils'
import { useEnvironmentStore } from '@/stores/environment/store'
import { useEnvironmentStore } from '@/stores/settings/environment/store'
interface EnvVarDropdownProps {
visible: boolean