@abidibo/react-cam-roi 0.8.0 → 0.8.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.
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
@@ -1772,7 +1772,7 @@ var RoiEditor = function (_a) {
|
|
1772
1772
|
else {
|
1773
1773
|
notify.error(strings.invalidSubmission + '\n' + errors.map(function (e) { return "- ".concat(e); }).join('\n'));
|
1774
1774
|
}
|
1775
|
-
}, [onSubmit, configuration, shapes, metadata, prepareOutput, strings, notify, presetName]);
|
1775
|
+
}, [onSubmit, configuration, shapes, metadata, prepareOutput, strings, notify, presetName, presetDescription]);
|
1776
1776
|
log('info', enableLogs, 'react-cam-roi', 'active tool', activeTool);
|
1777
1777
|
log('info', enableLogs, 'react-cam-roi', 'canvas size', canvasSize);
|
1778
1778
|
log('info', enableLogs, 'react-cam-roi', 'metadata', metadata);
|