@ixo/editor 6.2.0 → 6.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -23306,7 +23306,7 @@ function useExecuteActionBlock({ editor, block }) {
|
|
|
23306
23306
|
const flowId = metadata?.doc_id || block.id;
|
|
23307
23307
|
const actionHandlers = mergeActionHandlers(handlers, executionHandlers);
|
|
23308
23308
|
const actionServices = executionHandlers ? buildServicesFromHandlers(actionHandlers) : services;
|
|
23309
|
-
const schemaVersion = metadata?.schema_version ||
|
|
23309
|
+
const schemaVersion = metadata?.schema_version || "0.3";
|
|
23310
23310
|
const policy = getVersionPolicy(schemaVersion);
|
|
23311
23311
|
let effectivePin = pin || "";
|
|
23312
23312
|
if (policy?.ui?.requirePinForExecution && !effectivePin) {
|
|
@@ -47191,4 +47191,4 @@ export {
|
|
|
47191
47191
|
ixoGraphQLClient,
|
|
47192
47192
|
getEntity
|
|
47193
47193
|
};
|
|
47194
|
-
//# sourceMappingURL=chunk-
|
|
47194
|
+
//# sourceMappingURL=chunk-BVGNIZAG.js.map
|