summaryrefslogtreecommitdiff
path: root/components/Sidebar/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'components/Sidebar/index.tsx')
-rw-r--r--components/Sidebar/index.tsx3
1 files changed, 3 insertions, 0 deletions
diff --git a/components/Sidebar/index.tsx b/components/Sidebar/index.tsx
index c23d938..66728fd 100644
--- a/components/Sidebar/index.tsx
+++ b/components/Sidebar/index.tsx
@@ -50,6 +50,7 @@ export interface SidebarProps {
tagColors: TagColors
setTagColors: any
macros?: { [key: string]: string }
+ attachDir: string
}
const Sidebar = (props: SidebarProps) => {
@@ -77,6 +78,7 @@ const Sidebar = (props: SidebarProps) => {
tagColors,
setTagColors,
macros,
+ attachDir,
} = props
const { highlightColor } = useContext(ThemeContext)
@@ -228,6 +230,7 @@ const Sidebar = (props: SidebarProps) => {
setOutline,
collapse,
macros,
+ attachDir,
}}
/>
</VStack>