mirror of
https://github.com/chartdb/chartdb.git
synced 2026-02-06 03:29:17 -06:00
remove hidden from table type (#638)
This commit is contained in:
@@ -57,7 +57,6 @@ export const dbTableSchema: z.ZodType<DBTable> = z.object({
|
||||
createdAt: z.number(),
|
||||
width: z.number().optional(),
|
||||
comments: z.string().optional(),
|
||||
hidden: z.boolean().optional(),
|
||||
order: z.number().optional(),
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user