jobdone-shared-files 1.1.7 → 1.1.8

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.
@@ -95,7 +95,7 @@ const setSelected = async (userId) => {
95
95
  return
96
96
  }
97
97
 
98
- selectOrgan(optsAdjust.find(i => i.organId == user.organization?.id))
98
+ selectOrgan(optsAdjust.value.find(i => i.organId == user.organization?.id))
99
99
  selectUser(user, true)
100
100
  }
101
101
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jobdone-shared-files",
3
- "version": "1.1.7",
3
+ "version": "1.1.8",
4
4
  "description": "Shared JS and SCSS for Jobdone Enterprise.",
5
5
  "main": "index.js",
6
6
  "scripts": {