mirror of
https://github.com/docmost/docmost.git
synced 2025-11-13 19:42:39 +10:00
add space info
This commit is contained in:
@ -325,7 +325,7 @@ function Node({ node, style, dragHandle, tree }: NodeRendererProps<any>) {
|
||||
node.data.icon ? (
|
||||
node.data.icon
|
||||
) : (
|
||||
<IconFileDescription size="18px" />
|
||||
<IconFileDescription size="18" />
|
||||
)
|
||||
}
|
||||
removeEmojiAction={handleRemoveEmoji}
|
||||
|
||||
Reference in New Issue
Block a user