Browse Source

Fix typo of multipleActions

Curtis G 8 năm trước cách đây
mục cha
commit
a4328bd309
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      client/lib/escapeActions.js

+ 1 - 1
client/lib/escapeActions.js

@@ -44,7 +44,7 @@ EscapeActions = {
 
   executeLowest() {
     return this._execute({
-      multipleAction: false,
+      multipleActions: false,
     });
   },