@maxtropy/v-components 0.1.17-beta.36 → 0.1.17-beta.37

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.
@@ -26504,7 +26504,7 @@ const Khe = { class: "icon" }, Hhe = { class: "staff-name" }, Uhe = { class: "st
26504
26504
  (c) => {
26505
26505
  if (c != null && c.tenantUuid) {
26506
26506
  const f = window.ASSISTANT_ORIGIN;
26507
- if (f)
26507
+ if (!f)
26508
26508
  return;
26509
26509
  window.assistantConfig = {
26510
26510
  staffId: c.currentStaffId,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxtropy/v-components",
3
- "version": "0.1.17-beta.36",
3
+ "version": "0.1.17-beta.37",
4
4
  "files": [
5
5
  "dist"
6
6
  ],