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

@@ -20,6 +20,7 @@ class Integration<T = unknown> extends Model {
@observable
events: string[];
@observable
settings: IntegrationSettings<T>;
}