@worksafevictoria/wcl7.5 1.15.0-beta.2 → 1.15.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@worksafevictoria/wcl7.5",
3
- "version": "1.15.0-beta.2",
3
+ "version": "1.15.0",
4
4
  "main": "src/index.js",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -7,7 +7,7 @@
7
7
  :background-variant="'grey'"
8
8
  class="task-finder"
9
9
  :class="{ workwell }"
10
- :isMobileOrTabletView="isMobileOrTabletView"
10
+ @isMobileOrTabletView="(e) => (isMobileOrTabletView = e)"
11
11
  >
12
12
  <template v-slot:content>
13
13
  <row>
@@ -138,7 +138,6 @@ export default {
138
138
  this.selectedTask = task?.card?.selectedCard
139
139
  }
140
140
  }
141
- // If no children, navigate to url
142
141
  if (
143
142
  !task?.card?.selectedCard.children ||
144
143
  task?.card?.selectedCard.children.length < 1