diff --git a/frontend/src/components/CeleryTask/CeleryTaskConfigOptions/CeleryTaskConfigOptions.tsx b/frontend/src/components/CeleryTask/CeleryTaskConfigOptions/CeleryTaskConfigOptions.tsx index 5088f9ea5f..ebb514c40a 100644 --- a/frontend/src/components/CeleryTask/CeleryTaskConfigOptions/CeleryTaskConfigOptions.tsx +++ b/frontend/src/components/CeleryTask/CeleryTaskConfigOptions/CeleryTaskConfigOptions.tsx @@ -1,7 +1,7 @@ import './CeleryTaskConfigOptions.styles.scss'; import { Color } from '@signozhq/design-tokens'; -import { Button, Select, Spin, Tooltip } from 'antd'; +import { Button, Select, Spin, Tooltip, Typography } from 'antd'; import { SelectMaxTagPlaceholder } from 'components/MessagingQueues/MQCommon/MQCommon'; import { QueryParams } from 'constants/query'; import useUrlQuery from 'hooks/useUrlQuery'; @@ -31,6 +31,9 @@ function CeleryTaskConfigOptions(): JSX.Element { return (
+ + Task Name +