Fix test
This commit is contained in:
parent
ca7f3369af
commit
18e1bd0b4c
|
@ -355,13 +355,11 @@ describe("table sdk", () => {
|
|||
visible: true,
|
||||
columns: {
|
||||
title: {
|
||||
name: "title",
|
||||
type: "string",
|
||||
visible: true,
|
||||
readonly: true,
|
||||
},
|
||||
age: {
|
||||
name: "age",
|
||||
type: "number",
|
||||
visible: false,
|
||||
readonly: false,
|
||||
|
|
Loading…
Reference in New Issue