mirror of
https://github.com/wekan/wekan.git
synced 2025-12-19 17:00:13 +01: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() {
|
executeLowest() {
|
||||||
return this._execute({
|
return this._execute({
|
||||||
multipleAction: false,
|
multipleActions: false,
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue