mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-02-05 21:39:51 +00:00
8 lines
228 B
JavaScript
8 lines
228 B
JavaScript
// Must be the same as `src/baserow/contrib/database/constants.py`.
|
|
export const DEFAULT_FORM_VIEW_FIELD_COMPONENT_KEY = 'default'
|
|
|
|
export const GRID_VIEW_SIZE_TO_ROW_HEIGHT_MAPPING = {
|
|
small: 33,
|
|
medium: 55,
|
|
large: 99,
|
|
}
|