diff options
author | bobzel <zzzman@gmail.com> | 2021-04-23 14:15:11 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2021-04-23 14:15:11 -0400 |
commit | 51b234e66dc819bb6fb714e55a62d8515a9c8886 (patch) | |
tree | 235e72515a05a82e2e46d9ba4ee4bdfc564bfb45 /src/client/views/nodes/ImageBox.tsx | |
parent | 18cee14d5a1273e2db26fec7654dde3e67ec8f27 (diff) |
fixed code warnings. updated some npm pacakges including typescript.
Diffstat (limited to 'src/client/views/nodes/ImageBox.tsx')
-rw-r--r-- | src/client/views/nodes/ImageBox.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/views/nodes/ImageBox.tsx b/src/client/views/nodes/ImageBox.tsx index c7067f313..e2e08a0e6 100644 --- a/src/client/views/nodes/ImageBox.tsx +++ b/src/client/views/nodes/ImageBox.tsx @@ -29,8 +29,6 @@ import React = require("react"); const path = require('path'); export const pageSchema = createSchema({ - _curPage: "number", - fitWidth: "boolean", googlePhotosUrl: "string", googlePhotosTags: "string" }); |