Fix media attaches panel title
This commit is contained in:
parent
1e67d25856
commit
87b9fd9624
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ module Admin
|
|||
private
|
||||
|
||||
def filtered_attachments
|
||||
MediaAttachment.recently_attachments
|
||||
MediaAttachment.local_attached.order(created_at: :desc)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue