Skip to content

Commit

Permalink
[homepage] Fix Favorites chart list (apache#4802)
Browse files Browse the repository at this point in the history
  • Loading branch information
Grace Guo authored and timifasubaa committed May 31, 2018
1 parent dca30c0 commit 34ffb36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default class Favorites extends React.PureComponent {
<TableLoader
dataEndpoint={`/superset/fave_slices/${this.props.user.userId}/`}
className="table table-condensed"
columns={['chart', 'creator', 'favorited']}
columns={['slice', 'creator', 'favorited']}
mutator={mutator}
noDataText={t('No favorite charts yet, go click on stars!')}
sortable
Expand Down

0 comments on commit 34ffb36

Please sign in to comment.