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