mirror of
https://github.com/chartdb/chartdb.git
synced 2026-01-25 05:28:32 -06:00
update max table size
This commit is contained in:
@@ -20,7 +20,7 @@ export type TableNodeType = Node<
|
||||
'table'
|
||||
>;
|
||||
|
||||
const MAX_TABLE_SIZE = 600;
|
||||
const MAX_TABLE_SIZE = 450;
|
||||
const MIN_TABLE_SIZE = 224;
|
||||
|
||||
export const TableNode: React.FC<NodeProps<TableNodeType>> = ({
|
||||
|
||||
Reference in New Issue
Block a user