Added fix for cmd + enter not running google sheets actions (#6446)
This commit is contained in:
parent
a92b7595db
commit
22f30d09b0
|
|
@ -48,6 +48,7 @@ import {
|
||||||
QUERIES_EDITOR_URL,
|
QUERIES_EDITOR_URL,
|
||||||
INTEGRATION_EDITOR_URL,
|
INTEGRATION_EDITOR_URL,
|
||||||
} from "constants/routes";
|
} from "constants/routes";
|
||||||
|
import { SAAS_EDITOR_API_ID_URL } from "pages/Editor/SaaSEditor/constants";
|
||||||
import {
|
import {
|
||||||
executeApiActionRequest,
|
executeApiActionRequest,
|
||||||
executeApiActionSuccess,
|
executeApiActionSuccess,
|
||||||
|
|
@ -759,6 +760,7 @@ function* runActionShortcutSaga() {
|
||||||
QUERIES_EDITOR_ID_URL(),
|
QUERIES_EDITOR_ID_URL(),
|
||||||
API_EDITOR_URL_WITH_SELECTED_PAGE_ID(),
|
API_EDITOR_URL_WITH_SELECTED_PAGE_ID(),
|
||||||
INTEGRATION_EDITOR_URL(),
|
INTEGRATION_EDITOR_URL(),
|
||||||
|
SAAS_EDITOR_API_ID_URL(),
|
||||||
],
|
],
|
||||||
exact: true,
|
exact: true,
|
||||||
strict: false,
|
strict: false,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user