@forge/jira-bridge

0.40.1-experimental-04cc2b91.0.0-next.0
out/ui-modifications/onChange.js
~out/ui-modifications/onChange.jsModified
+2−1
Index: package/out/ui-modifications/onChange.js
===================================================================
--- package/out/ui-modifications/onChange.js
+++ package/out/ui-modifications/onChange.js
@@ -1,7 +1,7 @@
 "use strict";
 Object.defineProperty(exports, "__esModule", { value: true });
-exports.onChange = onChange;
+exports.onChange = void 0;
 const apiBuilder_1 = require("./apiBuilder");
 const getInternalAPI_1 = require("./getInternalAPI");
 const errors_1 = require("../errors");
 async function onChange(onChangeCallback, registerOnChangeFieldsCallback) {
@@ -48,4 +48,5 @@
             throw error;
         }
     });
 }
+exports.onChange = onChange;