Skip to content

Commit

Permalink
Fix flag edit order
Browse files Browse the repository at this point in the history
  • Loading branch information
hvangeffen committed Jun 13, 2024
1 parent 729f685 commit 9321aee
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 9321aee

Please sign in to comment.