From f4bee4de5b49fa36da8c565e55ab98e0a49e5c48 Mon Sep 17 00:00:00 2001 From: 1ilit Date: Sun, 22 Oct 2023 09:01:43 +0300 Subject: [PATCH] Fix table schema validation --- src/components/ControlPanel.jsx | 3 +++ src/components/issues.jsx | 2 +- src/data/schemas.js | 1 - 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/components/ControlPanel.jsx b/src/components/ControlPanel.jsx index 93e2a5e..43e95b9 100644 --- a/src/components/ControlPanel.jsx +++ b/src/components/ControlPanel.jsx @@ -667,6 +667,9 @@ export default function ControlPanel(props) { "New window": { function: () => {}, }, + Open: { + function: () => {}, + }, Save: { function: () => {}, }, diff --git a/src/components/issues.jsx b/src/components/issues.jsx index 2c30d3d..7d2c836 100644 --- a/src/components/issues.jsx +++ b/src/components/issues.jsx @@ -35,7 +35,7 @@ export default function Issues() { overflowCount={99} className="mt-1" > -
+
Issues
diff --git a/src/data/schemas.js b/src/data/schemas.js index 069dd66..e45189a 100644 --- a/src/data/schemas.js +++ b/src/data/schemas.js @@ -32,7 +32,6 @@ const tableSchema = { "notNull", "increment", "comment", - "length", ], }, },