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:
commit
afab653228
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user