Skip to content

Commit 9eaafcf

Browse files
committed
TopicForm import fix
1 parent be4675c commit 9eaafcf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/components/Topics/shared/Form/TopicForm.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import { clusterTopicPath } from 'lib/paths';
1212
import { useNavigate } from 'react-router-dom';
1313
import useAppParams from 'lib/hooks/useAppParams';
1414
import { TopicConfigParams, TopicName } from 'lib/interfaces/topic';
15+
import { ClusterName } from 'lib/interfaces/cluster';
1516

1617
import CustomParams from './CustomParams/CustomParams';
1718
import TimeToRetain from './TimeToRetain';

0 commit comments

Comments
 (0)