We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be4675c commit 9eaafcfCopy full SHA for 9eaafcf
frontend/src/components/Topics/shared/Form/TopicForm.tsx
@@ -12,6 +12,7 @@ import { clusterTopicPath } from 'lib/paths';
12
import { useNavigate } from 'react-router-dom';
13
import useAppParams from 'lib/hooks/useAppParams';
14
import { TopicConfigParams, TopicName } from 'lib/interfaces/topic';
15
+import { ClusterName } from 'lib/interfaces/cluster';
16
17
import CustomParams from './CustomParams/CustomParams';
18
import TimeToRetain from './TimeToRetain';
0 commit comments