Skip to content

Commit

Permalink
Update columns.js
Browse files Browse the repository at this point in the history
  • Loading branch information
EdvardBrekke committed Aug 21, 2023
1 parent e384667 commit 2ee6826
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ export let columns = [
name: 'StartAndEndDate',
type: 'Datetime'
},
{
label: 'Oppdragsnummer',
name: 'AppointmentNumber',
type: 'String'
},
{
label: 'Poststed',
name: 'City',
Expand Down

0 comments on commit 2ee6826

Please sign in to comment.