Skip to content

Commit 5844388

Browse files
committed
Address PR comment
1 parent 68c12aa commit 5844388

File tree

1 file changed

+1
-1
lines changed
  • opencti-platform/opencti-front/src/private/components/settings/sub_types

1 file changed

+1
-1
lines changed

opencti-platform/opencti-front/src/private/components/settings/sub_types/SubTypeMenu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const SubTypeMenu = ({ entityType, tabs }: SubTypeMenuProps) => {
2121

2222
return (
2323
<Tabs
24-
value={currentTab ?? 'workflow'}
24+
value={currentTab || false}
2525
sx={{ paddingBottom: 2 }}
2626
>
2727
{tabs.workflow && (

0 commit comments

Comments
 (0)