06a195af41
closes https://github.com/twentyhq/core-team-issues/issues/1544 --------- Co-authored-by: Lucas Bordeau <bordeau.lucas@gmail.com> Co-authored-by: Félix Malfait <felix.malfait@gmail.com>
6 lines
196 B
TypeScript
6 lines
196 B
TypeScript
export const PAGE_LAYOUT_TAB_LIST_DROPPABLE_IDS = {
|
|
VISIBLE_TABS: 'page-layout-visible-tabs',
|
|
OVERFLOW_TABS: 'page-layout-overflow-tabs',
|
|
MORE_BUTTON: 'page-layout-more-button',
|
|
} as const;
|