mirror of
https://github.com/simstudioai/sim.git
synced 2026-04-06 03:00:16 -04:00
fix: removed div
This commit is contained in:
@@ -319,7 +319,6 @@ export function LongInput({
|
||||
<ChevronsUpDown className='h-3 w-3 text-muted-foreground/70' />
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<EnvVarDropdown
|
||||
visible={showEnvVars}
|
||||
onSelect={(newValue) => {
|
||||
@@ -355,7 +354,6 @@ export function LongInput({
|
||||
setActiveSourceBlockId(null)
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user