Fix typo
[MAILPOET-4744]
This commit is contained in:
committed by
John Oleksowicz
parent
38d8a1cd00
commit
545a4adc66
@@ -47,7 +47,7 @@ const showInserterSidebar = false;
|
|||||||
*
|
*
|
||||||
* see MAILPOET-4744
|
* see MAILPOET-4744
|
||||||
*/
|
*/
|
||||||
function updateingActiveWorkflowNotPossible() {
|
function updatingActiveWorkflowNotPossible() {
|
||||||
const workflow = globalSelect(storeName).getWorkflowData();
|
const workflow = globalSelect(storeName).getWorkflowData();
|
||||||
if (
|
if (
|
||||||
![WorkflowStatus.ACTIVE, WorkflowStatus.DEACTIVATING].includes(
|
![WorkflowStatus.ACTIVE, WorkflowStatus.DEACTIVATING].includes(
|
||||||
@@ -96,7 +96,7 @@ function Editor(): JSX.Element {
|
|||||||
if (!isBooting) {
|
if (!isBooting) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
updateingActiveWorkflowNotPossible();
|
updatingActiveWorkflowNotPossible();
|
||||||
setIsBooting(false);
|
setIsBooting(false);
|
||||||
}, [isBooting]);
|
}, [isBooting]);
|
||||||
const className = classnames('interface-interface-skeleton', {
|
const className = classnames('interface-interface-skeleton', {
|
||||||
|
Reference in New Issue
Block a user