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

@ -296,6 +296,13 @@ standard_dropdown_items = [
"route": "#", "route": "#",
"is_standard": 1, "is_standard": 1,
}, },
{
"name1": "login_to_fc",
"label": "Login to Frappe Cloud",
"type": "Route",
"route": "#",
"is_standard": 1,
},
{ {
"name1": "separator", "name1": "separator",
"label": "", "label": "",