change(ui) - removed logs

This commit is contained in:
Shekar Siri 2022-09-15 23:10:17 +05:30
parent 5f322e6b9b
commit ab0d3c57f0

View file

@ -28,13 +28,9 @@ import { fetchIntegrationList } from 'Duck/integrations/integrations';
export default class IntegrationForm extends React.PureComponent {
constructor(props) {
super(props);
// const currentSiteId = this.props.initialSiteId;
// this.state = { currentSiteId };
// this.init(currentSiteId);
}
fetchList = () => {
alert('calling...');
const { siteId, initialSiteId } = this.props;
if (!siteId) {
this.props.fetchIntegrationList(initialSiteId);