Skip to content

Commit

Permalink
Update client/src/js/modules/dc/views/reprocess2.js
Browse files Browse the repository at this point in the history
Co-authored-by: Guilherme Francisco <guilherme.de-freitas@diamond.ac.uk>
  • Loading branch information
ndg63276 and gfrn authored Oct 7, 2024
1 parent 74b24c4 commit f7ae077
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/js/modules/dc/views/reprocess2.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ define(['backbone', 'marionette', 'views/dialog',
if (e) e.preventDefault()

if (this.aps.length) {
var a = this.aps.at(0)
var c = a.get('CELL')
const a = this.aps.at(0)
const c = a.get('CELL')

this.ui.a.val(c['CELL_A']).trigger('change')
this.ui.b.val(c['CELL_B']).trigger('change')
Expand Down

0 comments on commit f7ae077

Please sign in to comment.