🐛 (dashboard) Fix a bug preventing user to see settings content
This commit is contained in:
@@ -146,12 +146,14 @@ export const WorkspaceSettingsModal = ({
|
|||||||
</Flex>
|
</Flex>
|
||||||
</Stack>
|
</Stack>
|
||||||
|
|
||||||
{isOpen && user.graphNavigation && (
|
{isOpen && (
|
||||||
<Flex flex="1" p="10">
|
<Flex flex="1" p="10">
|
||||||
<SettingsContent
|
<SettingsContent
|
||||||
tab={selectedTab}
|
tab={selectedTab}
|
||||||
onClose={onClose}
|
onClose={onClose}
|
||||||
defaultGraphNavigation={user.graphNavigation}
|
defaultGraphNavigation={
|
||||||
|
user.graphNavigation ?? GraphNavigation.TRACKPAD
|
||||||
|
}
|
||||||
/>
|
/>
|
||||||
</Flex>
|
</Flex>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user