hotfix for page load actions
This commit is contained in:
parent
eb44bf2442
commit
f5abf29cea
|
|
@ -621,7 +621,8 @@ function* executePageLoadAction(pageAction: PageAction) {
|
|||
PerformanceTransactionName.EXECUTE_PAGE_LOAD_ACTIONS,
|
||||
);
|
||||
const pageId = yield select(getCurrentPageId);
|
||||
const currentApp: ApplicationPayload = yield select(getCurrentApplication);
|
||||
const currentApp: ApplicationPayload = yield select(getCurrentApplication) ||
|
||||
{};
|
||||
yield put(executeApiActionRequest({ id: pageAction.id }));
|
||||
const params: Property[] = yield call(
|
||||
getActionParams,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user