Fix tables in shared task resutls page [SCI-11615]

This commit is contained in:
Martin Artnik 2025-02-27 12:46:41 +01:00
parent bbb2836060
commit 867ff58799

View file

@ -56,6 +56,7 @@ class MyModuleShareableLinksController < ApplicationController
@gallery = @results.left_joins(:assets).pluck('assets.id').compact
@disable_smart_annotation_links = true
render 'shareable_links/my_module_results_show', layout: 'shareable_links'
end