fix(core): App should not crash with a custom rest endpoint (#5911)

fixes #5880
This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2023-04-06 11:35:05 +02:00
committed by GitHub
parent 6689451e8c
commit 2881ee9ecc
6 changed files with 18 additions and 13 deletions

View File

@@ -985,6 +985,7 @@ export interface WorkflowsState {
export interface RootState {
baseUrl: string;
restEndpoint: string;
defaultLocale: string;
endpointWebhook: string;
endpointWebhookTest: string;