From 5f41bf964aff4975bd1a7048b485a3b0d448b2ac Mon Sep 17 00:00:00 2001 From: Matthieu Haineault Date: Wed, 7 Jan 2026 14:53:21 -0500 Subject: [PATCH] fix(help): removed "terminated_employee" descriptions from the basic employee_list_options --- src/modules/help/models/help-module.model.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules/help/models/help-module.model.ts b/src/modules/help/models/help-module.model.ts index 2a09d25..261fc5e 100644 --- a/src/modules/help/models/help-module.model.ts +++ b/src/modules/help/models/help-module.model.ts @@ -99,7 +99,6 @@ const schedule_preset_desc = "descriptions.employee_management.schedule_preset"; 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.search', path: search_bar, description: search_bar_desc, icon: 'search' }, ];