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", ], }, },