mirror of
https://gitlab.com/bramw/baserow.git
synced 2024-11-21 23:37:55 +00:00
9 lines
228 B
JavaScript
9 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,
|
|
}
|