Added fix for cmd + enter not running google sheets actions (#6446)

This commit is contained in:
Nipun Agarwal 2021-08-09 15:47:35 +05:30 committed by GitHub
parent a92b7595db
commit 22f30d09b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,6 +48,7 @@ import {
QUERIES_EDITOR_URL,
INTEGRATION_EDITOR_URL,
} from "constants/routes";
import { SAAS_EDITOR_API_ID_URL } from "pages/Editor/SaaSEditor/constants";
import {
executeApiActionRequest,
executeApiActionSuccess,
@ -759,6 +760,7 @@ function* runActionShortcutSaga() {
QUERIES_EDITOR_ID_URL(),
API_EDITOR_URL_WITH_SELECTED_PAGE_ID(),
INTEGRATION_EDITOR_URL(),
SAAS_EDITOR_API_ID_URL(),
],
exact: true,
strict: false,