#45 removed redundant api call from wizard.js
Closed 2 years ago by lbrabec. Opened 3 years ago by divyanshisingh.
fedora-qa/ divyanshisingh/landingpage remove-redundant-api  into  master

file modified
-9
@@ -17,15 +17,6 @@ 

    }

  

    componentDidMount() {

-     fetch(oraculumApiUrl_v1 + "actions/all")

-       .then((resp) => resp.json())

-       .then((data) => {

-         this.setState({

-           providers: data.providers,

-           all_actions: data.actions,

-         })

-       })

- 

      this.props.dispatch(loadWizardData())

    }

  

Thanks for participating in contribution period of Outreachy. This pull-request has not been selected to be merged and will be closed for housecleaning purposes. We may revisit this pull-request later, but as of now we will focus on merging pull-requests from our accepted intern.

Pull-Request has been closed by lbrabec

2 years ago
Metadata