imatrix-ui 2.9.11-boe2 → 2.9.11-boe3
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/package.json +1 -1
- package/src/utils/common-util.js +1 -1
package/package.json
CHANGED
package/src/utils/common-util.js
CHANGED
|
@@ -236,7 +236,7 @@ export function setCustomSystemBackendUrl(customSystem) {
|
|
|
236
236
|
}
|
|
237
237
|
|
|
238
238
|
export function pushCustomControlValidatorRef(pageCode, refName, ref) {
|
|
239
|
-
console.log(
|
|
239
|
+
console.log('pushCustomControlValidatorRef----', pageCode, refName, ref)
|
|
240
240
|
if (!window.customValidatorRef) {
|
|
241
241
|
window.customValidatorRef = new Map()
|
|
242
242
|
}
|