mirror of
https://github.com/wekan/wekan.git
synced 2025-04-20 12:07:11 -04:00
Fix typo of multipleActions
This commit is contained in:
parent
0c4e332aa8
commit
a4328bd309
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ EscapeActions = {
|
|||
|
||||
executeLowest() {
|
||||
return this._execute({
|
||||
multipleAction: false,
|
||||
multipleActions: false,
|
||||
});
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue