We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 972b950 commit 2f1d7d7Copy full SHA for 2f1d7d7
1 file changed
apps/roam/src/components/settings/NodeConfig.tsx
@@ -360,7 +360,10 @@ const NodeConfig = ({
360
title="Attributes"
361
panel={
362
<div className="flex flex-col gap-4 p-1">
363
- <DiscourseNodeAttributes uid={attributeNode.uid} nodeType={node.type} />
+ <DiscourseNodeAttributes
364
+ uid={attributeNode.uid}
365
+ nodeType={node.type}
366
+ />
367
<DiscourseNodeSelectPanel
368
nodeType={node.type}
369
title="Overlay"
0 commit comments