Skip to content

Commit

Permalink
fix: add event id label
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Jul 9, 2024
1 parent 3e6b613 commit 5555ebe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _src/app/Grid.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,8 @@ define([

var resultColumns = [
{
field: fn.EVENT_ID
field: fn.EVENT_ID,
label: 'Event ID'
}, {
field: fn.EVENT_DATE,
label: 'Event Date',
Expand Down

0 comments on commit 5555ebe

Please sign in to comment.