Commit 68073905 authored by Nicolò Maria Mezzopera's avatar Nicolò Maria Mezzopera

Merge branch '238554-use-uppercase-names-for-input-sizes-coming-from-backend' into 'master'

Use uppercase names for input sizes coming from backend

See merge request gitlab-org/gitlab!39820
parents 935bd1e9 245e63ce
import { s__ } from '~/locale';
export const SMALL = 'small';
export const MEDIUM = 'medium';
export const LARGE = 'large';
export const SMALL = 'SMALL';
export const MEDIUM = 'MEDIUM';
export const LARGE = 'LARGE';
// The backend will supply sizes matching the keys of this map; the values
// correspond to values acceptable to the underlying components' size props.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment