diff --git a/apps/dashboard/app/views/layouts/files.html.erb b/apps/dashboard/app/views/layouts/files.html.erb index c82ad8412d..2d82e5dbb3 100644 --- a/apps/dashboard/app/views/layouts/files.html.erb +++ b/apps/dashboard/app/views/layouts/files.html.erb @@ -1,6 +1,6 @@ <% content_for :head do - javascript_include_tag 'files/index', nonce: true + javascript_include_tag('files/index', nonce: true, type: 'module') end %>