gristlabs_grist-core/app/common/Forms.ts
George Gevoian c6fd79ac1f (core) Refactor forms implementation
Summary: WIP

Test Plan: Existing tests.

Reviewers: jarek

Reviewed By: jarek

Subscribers: jarek

Differential Revision: https://phab.getgrist.com/D4196
2024-02-22 08:44:25 -05:00

5 lines
99 B
TypeScript

/**
* Number of fields to show in the form by default.
*/
export const INITIAL_FIELDS_COUNT = 9;