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