mirror of
https://github.com/simstudioai/sim.git
synced 2026-04-28 03:00:29 -04:00
fix(registry-state): fixed bug on add workflow / improvement(ux): added autoconnect
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user