app/components/workflow/panel/chat-variable-panel/components/array-value-list.tsx
@@ -57,13 +57,13 @@ type={isString ? 'text' : 'number'} /> <RemoveButton className='!bg-gray-100 !p-2 hover:!bg-gray-200' className='!p-2 !bg-gray-100 hover:!bg-gray-200' onClick={handleItemRemove(index)} /> </div> ))} <Button variant='tertiary' className='w-full' onClick={handleItemAdd}> <RiAddLine className='mr-1 h-4 w-4' /> <RiAddLine className='mr-1 w-4 h-4' /> <span>{t('workflow.chatVariable.modal.addArrayValue')}</span> </Button> </div>