mirror of
https://github.com/baptisteArno/typebot.io.git
synced 2026-06-19 21:04:33 +08:00
🐛 (dashboard) Fix a bug preventing user to see settings content
This commit is contained in:
parent
635e6887f3
commit
ec0e4bee77
@ -146,12 +146,14 @@ export const WorkspaceSettingsModal = ({
|
||||
</Flex>
|
||||
</Stack>
|
||||
|
||||
{isOpen && user.graphNavigation && (
|
||||
{isOpen && (
|
||||
<Flex flex="1" p="10">
|
||||
<SettingsContent
|
||||
tab={selectedTab}
|
||||
onClose={onClose}
|
||||
defaultGraphNavigation={user.graphNavigation}
|
||||
defaultGraphNavigation={
|
||||
user.graphNavigation ?? GraphNavigation.TRACKPAD
|
||||
}
|
||||
/>
|
||||
</Flex>
|
||||
)}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user