@camunda/play 6.0.1 → 6.0.2
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/build/index.js +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -117530,7 +117530,7 @@ const Axe = Pt(() => {
|
|
|
117530
117530
|
a === "auth-error" && t?.error(
|
|
117531
117531
|
{
|
|
117532
117532
|
title: wu,
|
|
117533
|
-
subtitle: `Please contact your ${g === "sm" ? "admin" : "organization owner or admin"} to give you the necessary permissions to view this
|
|
117533
|
+
subtitle: `Please contact your ${g === "sm" ? "admin" : "organization owner or admin"} to give you the necessary permissions to view this instance.`
|
|
117534
117534
|
},
|
|
117535
117535
|
{ ...Fs, shouldPersist: !0 }
|
|
117536
117536
|
);
|