Remove step 1 of new object field (#7397)
fixes #7356 fixes #6967 fixes #7102 fixes #7121 fixes #7505
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import { H2Title, IconUserCircle } from 'twenty-ui';
|
||||
import { H2Title } from 'twenty-ui';
|
||||
|
||||
import { SettingsPageContainer } from '@/settings/components/SettingsPageContainer';
|
||||
import { ChangePassword } from '@/settings/profile/components/ChangePassword';
|
||||
@ -13,7 +13,6 @@ import { Section } from '@/ui/layout/section/components/Section';
|
||||
|
||||
export const SettingsProfile = () => (
|
||||
<SubMenuTopBarContainer
|
||||
Icon={IconUserCircle}
|
||||
title="Profile"
|
||||
links={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user