Skip to content

Commit 9c79dc6

Browse files
committed
fix regression
1 parent c6ecca3 commit 9c79dc6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/roam/src/components/settings/NodeConfig.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ const NodeConfig = ({
360360
title="Attributes"
361361
panel={
362362
<div className="flex flex-col gap-4 p-1">
363-
<DiscourseNodeAttributes uid={attributeNode.uid} />
363+
<DiscourseNodeAttributes uid={attributeNode.uid} nodeType={node.type} />
364364
<DiscourseNodeSelectPanel
365365
nodeType={node.type}
366366
title="Overlay"

0 commit comments

Comments
 (0)