Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/commit/b625bd00ea0ae21124ce523bebdf6d2b1fd8dbc7 You should set ROOT_URL correctly, otherwise the web may not work correctly.

fix import sort in appActions

pull/1109/head
Qstick 4 years ago
parent a7c71c2093
commit b625bd00ea

@ -1,9 +1,9 @@
import _ from 'lodash';
import { createAction } from 'redux-actions';
import { createThunk, handleThunks } from 'Store/thunks';
import createAjaxRequest from 'Utilities/createAjaxRequest';
import getSectionState from 'Utilities/State/getSectionState';
import updateSectionState from 'Utilities/State/updateSectionState';
import { createThunk, handleThunks } from 'Store/thunks';
import createHandleActions from './Creators/createHandleActions';
function getDimensions(width, height) {

Loading…
Cancel
Save