Fixed spacing of tag inside short input on drop

This commit is contained in:
Emir Karabeg
2025-01-30 12:29:27 -08:00
parent b25af5cf58
commit f9abc43daa

View File

@@ -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'