Skip to content

Commit

Permalink
remove icons
Browse files Browse the repository at this point in the history
  • Loading branch information
ehconitin committed Nov 14, 2024
1 parent 4f296e1 commit c1e6cfe
Showing 1 changed file with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,7 @@ import { z } from 'zod';
import { FieldMetadataItem } from '@/object-metadata/types/FieldMetadataItem';
import { numberFieldDefaultValueSchema } from '@/object-record/record-field/validation-schemas/numberFieldDefaultValueSchema';
import { SettingsOptionCardContent } from '@/settings/components/SettingsOptionCardContent';
import {
IconNumber9,
IconPercentage,
IllustrationIconDecimal,
IllustrationIconEye,
} from 'twenty-ui';
import { IllustrationIconDecimal, IllustrationIconEye } from 'twenty-ui';
import { DEFAULT_DECIMAL_VALUE } from '~/utils/format/number';

export const settingsDataModelFieldNumberFormSchema = z.object({
Expand Down Expand Up @@ -62,12 +57,10 @@ export const SettingsDataModelFieldNumberForm = ({
{
label: 'Number',
value: 'number',
Icon: IconNumber9,
},
{
label: 'Percentage',
value: 'percentage',
Icon: IconPercentage,
},
]}
/>
Expand Down

0 comments on commit c1e6cfe

Please sign in to comment.