Skip to content

Commit

Permalink
[TE-7348] Try to disable turbo
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-luong-goldenowl committed Oct 8, 2024
1 parent 9975e9a commit 510d231
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/dummy_app/app/frontend/entrypoints/application.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import "@rails/ujs";
import "@hotwired/turbo-rails";
// import "@hotwired/turbo-rails";
2 changes: 1 addition & 1 deletion src/rails_admin/base.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Rails from "@rails/ujs";
import "@hotwired/turbo-rails";
// import "@hotwired/turbo-rails";
import "./jquery";
import "./vendor/jquery_nested_form";
import "bootstrap";
Expand Down

0 comments on commit 510d231

Please sign in to comment.