Actions
Bug #28379
closedWebpack build warning from the APIMiddleware.js
Description
WARNING in ./webpack/assets/javascripts/react_app/redux/API/index.js 3:0-53
"export 'get' was not found in './APIMiddleware'
./webpack/assets/javascripts/foreman_editor.js
./webpack/assets/javascripts/bundle.js
Looks like the APIMiddleware doesn't export any get method, should be an easy fix.
Actions