mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Fix typo.
This commit is contained in:
parent
76d1148a98
commit
6801c960b1
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ Migrations.add('use-css-class-for-boards-colors', () => {
|
||||||
'#499BEA': 'clearblue',
|
'#499BEA': 'clearblue',
|
||||||
'#596557': 'natural',
|
'#596557': 'natural',
|
||||||
'#2A80B8': 'modern',
|
'#2A80B8': 'modern',
|
||||||
'#2a2a2a': moderndark,
|
'#2a2a2a': 'moderndark',
|
||||||
};
|
};
|
||||||
Boards.find().forEach(board => {
|
Boards.find().forEach(board => {
|
||||||
const oldBoardColor = board.background.color;
|
const oldBoardColor = board.background.color;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue