feat(web): llm node add memory config
This commit is contained in:
@@ -131,7 +131,7 @@ const EditableTable: React.FC<EditableTableProps> = ({
|
||||
const AddButton = ({ block = false }: { block?: boolean }) => (
|
||||
<Button
|
||||
type={block ? "dashed" : "text"}
|
||||
icon={<PlusOutlined />}
|
||||
icon={block ? undefined : <PlusOutlined />}
|
||||
onClick={() => add(createNewRow())}
|
||||
size="small"
|
||||
block={block}
|
||||
|
||||
Reference in New Issue
Block a user