fix talent release CSV export
This commit is contained in:
@@ -19,7 +19,7 @@ class TalentRelease < ApplicationRecord
|
||||
|
||||
class << self
|
||||
def custom_csv_exportable_headers
|
||||
%i[name phone email]
|
||||
%i[approved? name phone email]
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user