Skip to content

Commit

Permalink
[bugfix] refresh button on dashboard widget dones't work
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Jul 13, 2016
1 parent 8cfe9e9 commit b295436
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -164,7 +164,7 @@ class GridLayout extends React.Component {
{this.state.slices.map((slice) => {
return (
<div
id="slice_${slice.slice_id}"
id={'slice_' + slice.slice_id}
key={slice.slice_id}
data-slice-id={slice.slice_id}
className={"widget " + slice.viz_name}>
Expand Down

0 comments on commit b295436

Please sign in to comment.