✨ Introducing The Forge (#1072)
The Forge allows anyone to easily create their own Typebot Block. Closes #380
This commit is contained in:
@@ -46,6 +46,7 @@ export const TypingEmulationForm = ({ typingEmulation, onUpdate }: Props) => {
|
||||
withVariableButton={false}
|
||||
maxW="100px"
|
||||
step={30}
|
||||
direction="row"
|
||||
/>
|
||||
<NumberInput
|
||||
label="Max delay (in seconds):"
|
||||
@@ -58,6 +59,7 @@ export const TypingEmulationForm = ({ typingEmulation, onUpdate }: Props) => {
|
||||
withVariableButton={false}
|
||||
maxW="100px"
|
||||
step={0.1}
|
||||
direction="row"
|
||||
/>
|
||||
</Stack>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user