@oliasoft-open-source/react-ui-library 5.15.1-beta-1 → 5.15.1-beta-3
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.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9081,7 +9081,7 @@ const ComparisonViewModal = ({ auditLog: e, auditLogs: t, data: n, isOpen: r, se
|
|
|
9081
9081
|
breakWord: !0
|
|
9082
9082
|
},
|
|
9083
9083
|
{
|
|
9084
|
-
value: e.userName || "Unknown",
|
|
9084
|
+
value: e.source === "API" ? "API" : e.userName || "Unknown",
|
|
9085
9085
|
type: "Static"
|
|
9086
9086
|
},
|
|
9087
9087
|
{
|
package/package.json
CHANGED