🌐 AI搜索 & 代理 主页
Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
remove data-turbo-permanent
  • Loading branch information
chillenberger committed Apr 18, 2024
commit 454894b9cd3450bcf06ada6a137d38c76ec6bba5
2 changes: 1 addition & 1 deletion pgml-dashboard/templates/components/search_modal.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</div>
</div>
<div class="modal-body">
<turbo-frame id="search-results" src="/search?query=" data-search-target="searchFrame" loading="lazy" data-turbo-permanent>
<turbo-frame id="search-results" src="/search?query=" data-search-target="searchFrame" loading="lazy">
</turbo-frame>
</div>
</div>
Expand Down