diff options
| author | 0x85FB9C51 <77808164+0x85FB9C51@users.noreply.github.com> | 2021-07-12 15:51:33 -0400 | 
|---|---|---|
| committer | 0x85FB9C51 <77808164+0x85FB9C51@users.noreply.github.com> | 2021-07-12 15:51:33 -0400 | 
| commit | 475c10f417831cddad354f38a2b8c1418a1da1aa (patch) | |
| tree | 44c8f0baeb1872efa690a9dd63e545325dd2c4c2 /src/fields/SchemaHeaderField.ts | |
| parent | 0dc2b16041bf3c774723b00b440369357931c15b (diff) | |
| parent | e48f447f66f7f50f39be385e0eb09df552f5f503 (diff) | |
Merge branch 'schema-view-En-Hua' of https://github.com/brown-dash/Dash-Web into schema-view-En-Hua
Diffstat (limited to 'src/fields/SchemaHeaderField.ts')
| -rw-r--r-- | src/fields/SchemaHeaderField.ts | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/fields/SchemaHeaderField.ts b/src/fields/SchemaHeaderField.ts index 74cf934f2..a53fa542e 100644 --- a/src/fields/SchemaHeaderField.ts +++ b/src/fields/SchemaHeaderField.ts @@ -3,7 +3,7 @@ import { serializable, primitive } from "serializr";  import { ObjectField } from "./ObjectField";  import { Copy, ToScriptString, ToString, OnUpdate } from "./FieldSymbols";  import { scriptingGlobal } from "../client/util/Scripting"; -import { ColumnType } from "../client/views/collections/schemaView/CollectionSchemaView"; +import { ColumnType } from "../client/views/collections/collectionSchema/CollectionSchemaView";  export const PastelSchemaPalette = new Map<string, string>([      // ["pink1", "#FFB4E8"], | 
