@forge/jira-bridge
0.40.10.40.1-experimental-04cc2b9
out/ui-modifications/onChange.js~
out/ui-modifications/onChange.jsModified+1−2
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 = void 0;
+exports.onChange = onChange;
const apiBuilder_1 = require("./apiBuilder");
const getInternalAPI_1 = require("./getInternalAPI");
const errors_1 = require("../errors");
async function onChange(onChangeCallback, registerOnChangeFieldsCallback) {
@@ -48,5 +48,4 @@
throw error;
}
});
}
-exports.onChange = onChange;