fix observability regression, from 5c839998

This commit is contained in:
Tom Moor
2023-09-09 23:41:48 -04:00
parent 9602d09964
commit ac068c0c07
13 changed files with 29 additions and 2 deletions

View File

@@ -16,6 +16,7 @@ export default abstract class Model {
createdAt: string;
@observable
updatedAt: string;
store: Store<Model>;