mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-08 22:48:14 -05:00
Fixed spacing of tag inside short input on drop
This commit is contained in:
@@ -48,7 +48,7 @@ export function ShortInput({
|
||||
|
||||
const currentValue = value?.toString() ?? ''
|
||||
const connectionName = data.connectionData.name
|
||||
.replace(' ', '')
|
||||
.replace(/\s+/g, '')
|
||||
.toLowerCase()
|
||||
const outputSuffix =
|
||||
data.connectionData.outputType === 'any'
|
||||
|
||||
Reference in New Issue
Block a user