Skip to content

Commit

Permalink
TopicForm import fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mgrdich committed Apr 14, 2024
1 parent be4675c commit 9eaafcf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/components/Topics/shared/Form/TopicForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import { clusterTopicPath } from 'lib/paths';
import { useNavigate } from 'react-router-dom';
import useAppParams from 'lib/hooks/useAppParams';
import { TopicConfigParams, TopicName } from 'lib/interfaces/topic';
import { ClusterName } from 'lib/interfaces/cluster';

import CustomParams from './CustomParams/CustomParams';
import TimeToRetain from './TimeToRetain';
Expand Down

0 comments on commit 9eaafcf

Please sign in to comment.