We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6ecca3 commit 9c79dc6Copy full SHA for 9c79dc6
1 file changed
apps/roam/src/components/settings/NodeConfig.tsx
@@ -360,7 +360,7 @@ const NodeConfig = ({
360
title="Attributes"
361
panel={
362
<div className="flex flex-col gap-4 p-1">
363
- <DiscourseNodeAttributes uid={attributeNode.uid} />
+ <DiscourseNodeAttributes uid={attributeNode.uid} nodeType={node.type} />
364
<DiscourseNodeSelectPanel
365
nodeType={node.type}
366
title="Overlay"
0 commit comments