Skip to content

Commit

Permalink
Bug Fix: Smart assignment saving button not working
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicola Lanzilotto committed Jan 2, 2025
1 parent c77011b commit 9244bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/project-edit-add/project-edit-add.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2955,7 +2955,7 @@ export class ProjectEditAddComponent implements OnInit, OnDestroy {

updateAdvancedSettings() {
// if (this.advancedSettingBtnDisabled) {}
const updateAdvancedSettingBtn = <HTMLElement>document.querySelector('.btn_edit_advanced_settings');
const updateAdvancedSettingBtn = <HTMLElement>document.querySelector('.btn-edit-smart-assigment');
this.logger.log('[PRJCT-EDIT-ADD] - UPDATE ADVANCED SETTINGS BTN ', updateAdvancedSettingBtn)
updateAdvancedSettingBtn.blur();
this.logger.log('[PRJCT-EDIT-ADD] - UPDATE ADVANCED SETTINGS - max_agent_assigned_chat ', this.max_agent_assigned_chat, ' reassignment_delay ', this.reassignment_delay, ' automatic_idle_chats ', this.automatic_idle_chats);
Expand Down

0 comments on commit 9244bf4

Please sign in to comment.