1
0
forked from test/crm

fix: added login to fc link in dropdown

This commit is contained in:
Shariq Ansari 2025-02-19 14:21:36 +05:30
parent 7101fadd36
commit 8f3e054245

View File

@ -293,7 +293,14 @@ standard_dropdown_items = [
"label": "Settings",
"type": "Route",
"icon": "settings",
"route": "#",
"route": "#",
"is_standard": 1,
},
{
"name1": "login_to_fc",
"label": "Login to Frappe Cloud",
"type": "Route",
"route": "#",
"is_standard": 1,
},
{
@ -307,7 +314,7 @@ standard_dropdown_items = [
"label": "Log out",
"type": "Route",
"icon": "log-out",
"route": "#",
"route": "#",
"is_standard": 1,
},
]