diff options
author | srichman333 <sarah_n_richman@brown.edu> | 2023-06-14 15:02:39 -0400 |
---|---|---|
committer | srichman333 <sarah_n_richman@brown.edu> | 2023-06-14 15:02:39 -0400 |
commit | 20d217d825891cf29a432a048d1f8e7bc04d062a (patch) | |
tree | b1e2a44dc8a3a3210b9f88b1abac18186bf3c6bb /src/fields/util.ts | |
parent | 0d5cf9f0d269b38894bb79cc187e8f0d50797f59 (diff) |
PropertiesView changes - colors on all permissions and fixed bug with when the drop down arrow is displayed
Diffstat (limited to 'src/fields/util.ts')
-rw-r--r-- | src/fields/util.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fields/util.ts b/src/fields/util.ts index 3860decc9..5e925cd7e 100644 --- a/src/fields/util.ts +++ b/src/fields/util.ts @@ -37,6 +37,7 @@ import { RefField } from './RefField'; import { SchemaHeaderField } from './SchemaHeaderField'; import { ComputedField } from './ScriptField'; import { ScriptCast, StrCast } from './Types'; +import { convertCompilerOptionsFromJson } from 'typescript'; function _readOnlySetter(): never { throw new Error("Documents can't be modified in read-only mode"); |