@steedos/service-pages 2.4.0-beta.30 → 2.4.0-beta.31

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.
@@ -705,6 +705,9 @@
705
705
  if(app.showSidebar && window.location.pathname.startsWith("/workflow")){
706
706
  app = {id: 'workflow'}
707
707
  }
708
+ if(window.location.pathname.startsWith("/workflow")){
709
+ document.body.classList.remove("sidebar-open")
710
+ }
708
711
  try {
709
712
  const data = {
710
713
  app,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/service-pages",
3
- "version": "2.4.0-beta.30",
3
+ "version": "2.4.0-beta.31",
4
4
  "main": "package.service.js",
5
5
  "scripts": {},
6
6
  "license": "MIT",
@@ -8,7 +8,7 @@
8
8
  "publishConfig": {
9
9
  "access": "public"
10
10
  },
11
- "gitHead": "22c0cf80236640dac2c2a85b7a209355ef00e57c",
11
+ "gitHead": "a774174cebbb39c961ad03e20e990781082c8c04",
12
12
  "dependencies": {
13
13
  "ejs": "^3.1.8"
14
14
  }