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, IconColorSwatch } from 'twenty-ui';
|
||||
import { H2Title } from 'twenty-ui';
|
||||
|
||||
import { SettingsPageContainer } from '@/settings/components/SettingsPageContainer';
|
||||
import { getSettingsPagePath } from '@/settings/utils/getSettingsPagePath';
|
||||
@ -14,7 +14,6 @@ export const SettingsAppearance = () => {
|
||||
|
||||
return (
|
||||
<SubMenuTopBarContainer
|
||||
Icon={IconColorSwatch}
|
||||
title="Experience"
|
||||
links={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user