Skip to content

Commit 6ae175d

Browse files
committed
feat: update media index decorator to use author_email render method in Creator column
1 parent 8908057 commit 6ae175d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/tasks/cortex/core/media.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ namespace :cortex do
154154
"name": "Creator",
155155
"cells": [{
156156
"field": {
157-
"method": "author_image"
157+
"method": "author_email"
158158
},
159159
"display": {
160160
"classes": [

0 commit comments

Comments
 (0)