/** * Approval node config */ import React from 'react'; import type { NodeConfigRendererProps } from './types'; export const ApprovalNodeConfig: React.FC = ({ params, updateParam }) => ( <>
updateParam('title', e.target.value)} placeholder="Genehmigungstitel" />