fix: kanban indicator gray color
This commit is contained in:
parent
086d42059f
commit
eaf5c5aeb8
1 changed files with 1 additions and 1 deletions
|
|
@ -777,7 +777,7 @@ frappe.provide("frappe.views");
|
|||
});
|
||||
if(!indicators) {
|
||||
//
|
||||
indicators = ['green', 'blue', 'orange', 'grey'];
|
||||
indicators = ['green', 'blue', 'orange', 'gray'];
|
||||
}
|
||||
callback(indicators);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue