Skip to content

Commit

Permalink
object shorthand
Browse files Browse the repository at this point in the history
  • Loading branch information
Bargs committed Jan 25, 2017
1 parent 04c1b66 commit fd8afb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/public/doc_table/components/table_row.js
Expand Up @@ -122,7 +122,7 @@ module.directive('kbnTableRow', ['$compile', 'Private', function ($compile, Priv
sourcefield: (column === '_source'),
formatted: _displayField(row, column, true),
filterable: isFilterable,
column: column
column
}));
});

Expand Down

0 comments on commit fd8afb6

Please sign in to comment.