1
0
Fork 0
forked from gitea/nas

Fix media attaches panel title

This commit is contained in:
KMY 2023-02-28 15:33:20 +09:00
parent 1e67d25856
commit 87b9fd9624
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ module Admin
private
def filtered_attachments
MediaAttachment.recently_attachments
MediaAttachment.local_attached.order(created_at: :desc)
end
end
end