|
@@ -7,7 +7,6 @@ import {
|
|
getPartitionsByTopicName,
|
|
getPartitionsByTopicName,
|
|
getTopicMessageSchemaFetched,
|
|
getTopicMessageSchemaFetched,
|
|
getTopicMessageSending,
|
|
getTopicMessageSending,
|
|
- getTopicMessageSent,
|
|
|
|
} from 'redux/reducers/topics/selectors';
|
|
} from 'redux/reducers/topics/selectors';
|
|
|
|
|
|
import SendMessage from './SendMessage';
|
|
import SendMessage from './SendMessage';
|
|
@@ -31,7 +30,6 @@ const mapStateToProps = (
|
|
topicName,
|
|
topicName,
|
|
messageSchema: getMessageSchemaByTopicName(state, topicName),
|
|
messageSchema: getMessageSchemaByTopicName(state, topicName),
|
|
schemaIsFetched: getTopicMessageSchemaFetched(state),
|
|
schemaIsFetched: getTopicMessageSchemaFetched(state),
|
|
- messageIsSent: getTopicMessageSent(state),
|
|
|
|
messageIsSending: getTopicMessageSending(state),
|
|
messageIsSending: getTopicMessageSending(state),
|
|
partitions: getPartitionsByTopicName(state, topicName),
|
|
partitions: getPartitionsByTopicName(state, topicName),
|
|
});
|
|
});
|