impaktapps-ui-builder 0.0.101-alpha.93 → 0.0.101-alpha.95
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
CHANGED
|
@@ -374,6 +374,11 @@ export default (store: any, dynamicData: any, submitHandler: any, service: any)
|
|
|
374
374
|
else if(uiSchema?.elements?.[0]?.elements?.[1]?.elements?.[0]?.config?.main?.headerIcons){
|
|
375
375
|
uiSchema.elements[0].elements[1].elements[0].config.main.headerIcons.elements[1].widget.config.main.tooltipMessage = `Copied Path: ${formData.name}`;
|
|
376
376
|
}
|
|
377
|
+
|
|
378
|
+
|
|
379
|
+
if(uiSchema?.elements?.[1]?.elements?.[1]?.config?.main?.headerIcons){
|
|
380
|
+
uiSchema.elements[1].elements[1].config.main.headerIcons.elements[1].widget.config.main.tooltipMessage = `Copied Path: ${formData.name}`;
|
|
381
|
+
}
|
|
377
382
|
}
|
|
378
383
|
}
|
|
379
384
|
};
|