Skip to content

Commit

Permalink
fix: add barcode button not working (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenvn committed Oct 8, 2021
1 parent 2feaa27 commit 20c6f4b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/javascript/packs/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ Rails.start();
* Dependencies
*/

// Vanilla Nested for nested dynamic forms
import "vanilla-nested";

// ChartKick for charts
import "chartkick/chart.js";

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"chart.js": "^3.5.1",
"chartkick": "^4.0.5",
"petite-vue": "^0.3.0",
"vanilla-nested": "arielj/vanilla-nested",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"
},
Expand Down
4 changes: 4 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6731,6 +6731,10 @@ v8-compile-cache@^2.1.1:
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee"
integrity sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==

vanilla-nested@arielj/vanilla-nested:
version "1.4.0"
resolved "https://codeload.github.com/arielj/vanilla-nested/tar.gz/20fbf3f790521f45d19e6dbadcd596bc11912dd1"

vary@~1.1.2:
version "1.1.2"
resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc"
Expand Down

0 comments on commit 20c6f4b

Please sign in to comment.