mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
chore(FE-43): add ROWS_OPTIONS constant
This commit is contained in:
@@ -72,4 +72,23 @@ export const MAIN_DRAWER_LINKS = [
|
||||
},
|
||||
],
|
||||
},
|
||||
] as const;
|
||||
|
||||
export const ROWS_OPTIONS = [
|
||||
{
|
||||
label: '10',
|
||||
value: 10,
|
||||
},
|
||||
{
|
||||
label: '20',
|
||||
value: 20,
|
||||
},
|
||||
{
|
||||
label: '50',
|
||||
value: 50,
|
||||
},
|
||||
{
|
||||
label: '100',
|
||||
value: 100,
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user