Merge branch 'master' into release
# Conflicts: # src/sagas/ActionSagas.ts # src/widgets/TableWidget.tsx
This commit is contained in:
commit
793ab07eed
|
|
@ -14,6 +14,7 @@ import {
|
||||||
} from "redux-saga/effects";
|
} from "redux-saga/effects";
|
||||||
import { ActionPayload, PageAction } from "../constants/ActionConstants";
|
import { ActionPayload, PageAction } from "../constants/ActionConstants";
|
||||||
import ActionAPI, {
|
import ActionAPI, {
|
||||||
|
ActionApiResponse,
|
||||||
ActionCreateUpdateResponse,
|
ActionCreateUpdateResponse,
|
||||||
ExecuteActionRequest,
|
ExecuteActionRequest,
|
||||||
RestAction,
|
RestAction,
|
||||||
|
|
@ -33,7 +34,6 @@ import { API_EDITOR_ID_URL, API_EDITOR_URL } from "../constants/routes";
|
||||||
import { getDynamicBoundValue } from "../utils/DynamicBindingUtils";
|
import { getDynamicBoundValue } from "../utils/DynamicBindingUtils";
|
||||||
import history from "../utils/history";
|
import history from "../utils/history";
|
||||||
import { createUpdateBindingsMap } from "../actions/bindingActions";
|
import { createUpdateBindingsMap } from "../actions/bindingActions";
|
||||||
/* eslint-disable no-use-before-define */
|
|
||||||
|
|
||||||
const getDataTree = (state: AppState): DataTree => {
|
const getDataTree = (state: AppState): DataTree => {
|
||||||
return state.entities;
|
return state.entities;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user