From 4ae3aaf6acbbdfdcd3c9891337c1eca5d7d9e071 Mon Sep 17 00:00:00 2001 From: Ankush Menat Date: Fri, 15 Sep 2023 19:04:55 +0530 Subject: [PATCH] Revert "fix: defer first tour until awesomebar is triggered" This reverts commit 60615a126c07f8cd30843292ce9e1cab41052591. --- .../form_tour/main_workspace_tour/main_workspace_tour.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frappe/desk/form_tour/main_workspace_tour/main_workspace_tour.json b/frappe/desk/form_tour/main_workspace_tour/main_workspace_tour.json index 0f936abae0..afd0583cfb 100644 --- a/frappe/desk/form_tour/main_workspace_tour/main_workspace_tour.json +++ b/frappe/desk/form_tour/main_workspace_tour/main_workspace_tour.json @@ -8,7 +8,7 @@ "include_name_field": 0, "is_standard": 1, "list_name": "", - "modified": "2023-08-24 11:01:18.688875", + "modified": "2023-05-24 12:43:43.741781", "modified_by": "Administrator", "module": "Desk", "name": "Main Workspace Tour", @@ -22,7 +22,7 @@ "steps": [ { "description": "This is Awesomebar, it helps you to navigate anywhere in the system, find documents, reports, settings, create new records and many more things.", - "element_selector": "#navbar-search[aria-expanded=\"true\"]", + "element_selector": "#navbar-search", "fieldtype": "0", "has_next_condition": 0, "hide_buttons": 0,