diff --git a/frontend/app/components/Client/CustomFields/CustomFields.tsx b/frontend/app/components/Client/CustomFields/CustomFields.tsx index 7effb17cc..98844e9a5 100644 --- a/frontend/app/components/Client/CustomFields/CustomFields.tsx +++ b/frontend/app/components/Client/CustomFields/CustomFields.tsx @@ -1,5 +1,4 @@ import React, { useEffect, useState } from 'react'; -import { NoContent } from 'UI'; import CustomFieldForm from './CustomFieldForm'; import AnimatedSVG, { ICONS } from 'Shared/AnimatedSVG/AnimatedSVG'; import { useModal } from 'App/components/Modal'; @@ -8,6 +7,7 @@ import { observer } from 'mobx-react-lite'; import { List, Space, Typography, Button, Tooltip } from 'antd'; import { PencilIcon, PlusIcon, Tags } from 'lucide-react'; import usePageTitle from '@/hooks/usePageTitle'; +import { Empty } from '.store/antd-virtual-7db13b4af6/package'; const CustomFields = () => { usePageTitle('Metadata - OpenReplay Preferences'); @@ -59,36 +59,26 @@ const CustomFields = () => { - - - -
None added yet
- - } - size="small" - show={fields.length === 0} - > - ( - handleInit(field)} - className="cursor-pointer group hover:bg-active-blue !px-4" - actions={[ -