Skip to content

Commit

Permalink
added dev-server to dev depends
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Tzschucke committed Apr 15, 2024
1 parent dd4735f commit 3a72ff6
Show file tree
Hide file tree
Showing 3 changed files with 3,152 additions and 76 deletions.
2 changes: 1 addition & 1 deletion lib/actionButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class ActionButtonHTTP extends ActionButton
url: this.url,
method: this.method,
headers: this.headers,
boddy: this.body,
body: this.body,
clear: this.clear
};
}
Expand Down
Loading

0 comments on commit 3a72ff6

Please sign in to comment.