@local-civics/mgmt-ui 0.1.42 → 0.1.43

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.
@@ -9,7 +9,6 @@ import { Item as LessonItem } from "./LessonTable";
9
9
  export type DashboardClass = {
10
10
  classId: string;
11
11
  name: string;
12
- active: boolean;
13
12
  };
14
13
  /**
15
14
  * DashboardProps
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@local-civics/mgmt-ui",
3
- "version": "0.1.42",
3
+ "version": "0.1.43",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.es.js",
6
6
  "scripts": {