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

@@ -11,6 +11,7 @@ class Group extends Model {
@observable
name: string;
@observable
memberCount: number;
}