architwin 1.16.3 → 1.16.4
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/lib/atwinui/events.js +1 -1
- package/package.json +1 -1
package/lib/atwinui/events.js
CHANGED
|
@@ -2635,7 +2635,7 @@ function handleMarkFloor() {
|
|
|
2635
2635
|
return path;
|
|
2636
2636
|
});
|
|
2637
2637
|
renderPolygon(updatedPath);
|
|
2638
|
-
notyf.success(
|
|
2638
|
+
notyf.success(`${i18n.t('SuccessUpdatedFloorLevel')}`);
|
|
2639
2639
|
}
|
|
2640
2640
|
else {
|
|
2641
2641
|
log.warn("No matching uuid for the polygon");
|