diff options
author | srichman333 <sarah_n_richman@brown.edu> | 2023-05-02 17:44:00 -0400 |
---|---|---|
committer | srichman333 <sarah_n_richman@brown.edu> | 2023-05-02 17:44:00 -0400 |
commit | d1e4d4a9daae4f037cf8b22e1011d97680a01e27 (patch) | |
tree | 2d8bca529c4d536ee10d1328bfa957b4c1d92d9e /src/client/documents/Documents.ts | |
parent | f80f5c69fc538b8f8614bfab600e4b82236bb096 (diff) |
update
properties view, document decorations, and sharing manager show + use correct acl
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index 3e89c8347..f5510d7e1 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -12,7 +12,7 @@ import { SchemaHeaderField } from '../../fields/SchemaHeaderField'; import { ComputedField, ScriptField } from '../../fields/ScriptField'; import { Cast, DocCast, FieldValue, NumCast, ScriptCast, StrCast } from '../../fields/Types'; import { AudioField, CsvField, ImageField, MapField, PdfField, RecordingField, VideoField, WebField, YoutubeField } from '../../fields/URLField'; -import { inheritParentAcls, SharingPermissions } from '../../fields/util'; +import { inheritParentAcls, normalizeEmail, SharingPermissions } from '../../fields/util'; import { Upload } from '../../server/SharedMediaTypes'; import { aggregateBounds, OmitKeys, Utils } from '../../Utils'; import { YoutubeBox } from '../apis/youtube/YoutubeBox'; |