소스 검색

FE: CONSUMERS: add as const (#3729)

seonho.jeong 2 년 전
부모
커밋
b22cf5e03e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      kafka-ui-react-app/src/lib/constants.ts

+ 1 - 1
kafka-ui-react-app/src/lib/constants.ts

@@ -106,4 +106,4 @@ export const CONSUMER_GROUP_STATE_TOOLTIPS: Record<ConsumerGroupState, string> =
     COMPLETING_REBALANCE: 'Partition reassignment is in progress.',
     DEAD: 'The group is going to be removed. It might be due to the inactivity, or the group is being migrated to different group coordinator.',
     UNKNOWN: '',
-  };
+  } as const;