mirror of
https://github.com/wekan/wekan.git
synced 2026-02-03 23:21:47 +01:00
Merge #616 into devel
This commit is contained in:
commit
4f5cecf738
9 changed files with 242 additions and 105 deletions
|
|
@ -9,9 +9,7 @@ BlazeComponent.extendComponent({
|
|||
},
|
||||
|
||||
labels() {
|
||||
return labelColors.map((color) => {
|
||||
return { color, name: '' };
|
||||
});
|
||||
return labelColors.map((color) => ({ color, name: '' }));
|
||||
},
|
||||
|
||||
isSelected(color) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue