Skip to content

Commit ed92679

Browse files
author
Cindy Wang
committed
DM-8006 Add xy chart to phase folding parameter setting panel using hicharts.
1 parent 568891b commit ed92679

File tree

3 files changed

+362
-188
lines changed

3 files changed

+362
-188
lines changed

src/firefly/js/tables/TablesCntlr.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ function highlightRow(action) {
360360
}).catch( (error) => {
361361
dispatch({type: TABLE_HIGHLIGHT, payload: TblUtil.createErrorTbl(tbl_id, `Fail to load table. \n ${error}`)});
362362
});
363-
}E
363+
}
364364
};
365365
}
366366

0 commit comments

Comments
 (0)