mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 11:55:03 +03:00
Fixed column sorting for attribution table on analytics page
refs https://github.com/TryGhost/Team/issues/1986 - adds column sorting for attribution table on analytics page
This commit is contained in:
parent
f8b51822af
commit
2612b44c21
@ -20,7 +20,7 @@
|
||||
Published and sent
|
||||
{{/if}}
|
||||
{{else}}
|
||||
Published
|
||||
Published
|
||||
{{#if @post.didEmailFail}}
|
||||
but failed to send
|
||||
{{else}}
|
||||
@ -132,6 +132,7 @@
|
||||
<MemberAttribution::SourceAttributionTable
|
||||
@sources={{this.sources}}
|
||||
@sortColumn={{this.sortColumn}}
|
||||
@setSortColumn={{this.setSortColumn}}
|
||||
/>
|
||||
</div>
|
||||
<div class="gh-attribution-chart-column">
|
||||
|
Loading…
Reference in New Issue
Block a user