kmkf-work-order-service-component 0.3.5-alpha.1 → 0.3.5-alpha.2

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.
@@ -284,7 +284,7 @@ export var workOrderSlice = createSlice({
284
284
  tempList.push(t);
285
285
  }
286
286
 
287
- return !item.enabled;
287
+ return t.enabled;
288
288
  });
289
289
  prv.push({
290
290
  label: item.groupName,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kmkf-work-order-service-component",
3
- "version": "0.3.5-alpha.1",
3
+ "version": "0.3.5-alpha.2",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",