mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
c6fd79ac1f
Summary: WIP Test Plan: Existing tests. Reviewers: jarek Reviewed By: jarek Subscribers: jarek Differential Revision: https://phab.getgrist.com/D4196
5 lines
99 B
TypeScript
5 lines
99 B
TypeScript
/**
|
|
* Number of fields to show in the form by default.
|
|
*/
|
|
export const INITIAL_FIELDS_COUNT = 9;
|