@camunda/play 6.0.1-rc.1 → 6.0.2-rc.0
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
|
@@ -117631,7 +117631,7 @@ const yxe = Pt(() => {
|
|
|
117631
117631
|
a === "auth-error" && t?.error(
|
|
117632
117632
|
{
|
|
117633
117633
|
title: wu,
|
|
117634
|
-
subtitle: `Please contact your ${g === "sm" ? "admin" : "organization owner or admin"} to give you the necessary permissions to view this
|
|
117634
|
+
subtitle: `Please contact your ${g === "sm" ? "admin" : "organization owner or admin"} to give you the necessary permissions to view this instance.`
|
|
117635
117635
|
},
|
|
117636
117636
|
{ ...Fs, shouldPersist: !0 }
|
|
117637
117637
|
);
|