change(ui) - removed logs
This commit is contained in:
parent
5f322e6b9b
commit
ab0d3c57f0
1 changed files with 0 additions and 4 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue