diff options
author | yipstanley <stanley_yip@brown.edu> | 2019-06-14 12:50:55 -0400 |
---|---|---|
committer | yipstanley <stanley_yip@brown.edu> | 2019-06-14 12:50:55 -0400 |
commit | 4818b12510404e7d9cf07b7e872c49d7b752976a (patch) | |
tree | 8c815f134d6909e476bee68db99541b6b0e0c353 /src/debug/Test.tsx | |
parent | 94ed67966e7fdc7aa36b1a8b045153d0d661ce57 (diff) | |
parent | 41c290677030cde827c438d9bfda0dbeac64aa14 (diff) |
Merge branch 'pdf_impl' of https://github.com/browngraphicslab/Dash-Web into pdf_impl
Diffstat (limited to 'src/debug/Test.tsx')
-rw-r--r-- | src/debug/Test.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/debug/Test.tsx b/src/debug/Test.tsx index 57221aa39..0dca4b4b1 100644 --- a/src/debug/Test.tsx +++ b/src/debug/Test.tsx @@ -6,7 +6,6 @@ import { ImageField } from '../new_fields/URLField'; import { Doc } from '../new_fields/Doc'; import { List } from '../new_fields/List'; - const schema1 = createSchema({ hello: "number", test: "string", |