Merge pull request 'fix(help): removed "terminated_employee" descriptions from the basic employee_list_options' (#42) from dev/matthieu/help-page into main
Reviewed-on: Targo/targo_frontend#42
This commit is contained in:
commit
10fd1a956d
|
|
@ -99,7 +99,6 @@ const schedule_preset_desc = "descriptions.employee_management.schedule_preset";
|
||||||
|
|
||||||
|
|
||||||
export const employee_list_options: HelpModuleOptions[] = [
|
export const employee_list_options: HelpModuleOptions[] = [
|
||||||
{ label: 'help.tutorial.employee_list.terminated_employees', path: terminated_employee_display, description: terminated_employee_desc, icon: 'work_off' },
|
|
||||||
{ label: 'help.tutorial.shared.display', path: employee_list_card, description: display_desc, icon: 'display_settings' },
|
{ label: 'help.tutorial.shared.display', path: employee_list_card, description: display_desc, icon: 'display_settings' },
|
||||||
{ label: 'help.tutorial.shared.search', path: search_bar, description: search_bar_desc, icon: 'search' },
|
{ label: 'help.tutorial.shared.search', path: search_bar, description: search_bar_desc, icon: 'search' },
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user