fix: removed div

This commit is contained in:
Adam Gough
2025-05-30 09:49:20 -07:00
parent 6946db9eb6
commit 1c9198c226

View File

@@ -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>
)
}