Ver Fonte

fix props lint err

kaori há 3 anos atrás
pai
commit
7bc4fc6801

+ 1 - 0
packages/app/src/components/Admin/ElasticsearchManagement/RebuildIndexControls.jsx

@@ -119,6 +119,7 @@ const RebuildIndexControlsFC = (props) => {
 const RebuildIndexControlsWrapper = withUnstatedContainers(RebuildIndexControlsFC, [AdminSocketIoContainer]);
 
 RebuildIndexControls.propTypes = {
+  t: PropTypes.func.isRequired, // i18next
   adminSocketIoContainer: PropTypes.instanceOf(AdminSocketIoContainer).isRequired,
 
   isRebuildingProcessing: PropTypes.bool.isRequired,