Merge branch 'fix/page-load-trigger-loading' into 'release'

Fix page load not triggering

See merge request theappsmith/internal-tools-client!377
This commit is contained in:
Hetu Nandu 2020-03-13 09:34:19 +00:00
commit afab653228

View File

@ -550,6 +550,7 @@ export function* runApiActionSaga(
} }
function* executePageLoadAction(pageAction: PageAction) { function* executePageLoadAction(pageAction: PageAction) {
yield put(executeApiActionRequest({ id: pageAction.id }));
const params: Property[] = yield call( const params: Property[] = yield call(
getActionParams, getActionParams,
pageAction.jsonPathKeys, pageAction.jsonPathKeys,