Skip to content

Commit

Permalink
Merge pull request #917 from Deltares/916-order-of-new-flag-edits-is-…
Browse files Browse the repository at this point in the history
…wrong

Fix flag edit order
  • Loading branch information
ceesvoesenek authored Jun 18, 2024
2 parents 729f685 + 9321aee commit e477633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/table/TableCellEdit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ const tempPossibleFlagEdits: Record<
Reliable: undefined,
Doubtful: undefined,
Unreliable: undefined,
'Accumulation Reset': undefined,
'Persistent Unreliable': undefined,
'Accumulation Reset': undefined,
}
const possibleFlagEdits = Object.keys(tempPossibleFlagEdits)
Expand Down

0 comments on commit e477633

Please sign in to comment.