chore: apply suggestions from threads for merge.
This commit is contained in:
@@ -23,7 +23,7 @@ export type EndNode = Node<EndNodeData>
|
||||
* @param props the node's properties
|
||||
* @returns React.JSX.Element
|
||||
*/
|
||||
export default function EndNode(props: NodeProps<Node>) {
|
||||
export default function EndNode(props: NodeProps<EndNode>) {
|
||||
return (
|
||||
<>
|
||||
<Toolbar nodeId={props.id} allowDelete={false}/>
|
||||
|
||||
Reference in New Issue
Block a user