Fix table schema validation
This commit is contained in:
parent
b41942c794
commit
f4bee4de5b
@ -667,6 +667,9 @@ export default function ControlPanel(props) {
|
||||
"New window": {
|
||||
function: () => {},
|
||||
},
|
||||
Open: {
|
||||
function: () => {},
|
||||
},
|
||||
Save: {
|
||||
function: () => {},
|
||||
},
|
||||
|
@ -35,7 +35,7 @@ export default function Issues() {
|
||||
overflowCount={99}
|
||||
className="mt-1"
|
||||
>
|
||||
<div className="pe-3">
|
||||
<div className="pe-3 select-none">
|
||||
<i className="fa-solid fa-triangle-exclamation me-2 text-yellow-500"></i>
|
||||
Issues
|
||||
</div>
|
||||
|
@ -32,7 +32,6 @@ const tableSchema = {
|
||||
"notNull",
|
||||
"increment",
|
||||
"comment",
|
||||
"length",
|
||||
],
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user