mirror of
https://github.com/chartdb/chartdb.git
synced 2025-11-01 20:43:49 +00:00
* feat: add table selection UI for large database imports (>50 tables) * some changes * some changes * some changes * fix * fix --------- Co-authored-by: Guy Ben-Aharon <baguy3@gmail.com>
3 lines
95 B
TypeScript
3 lines
95 B
TypeScript
export const MAX_TABLES_IN_DIAGRAM = 500;
|
|
export const MAX_TABLES_WITHOUT_SHOWING_FILTER = 50;
|