Skip to content

Commit

Permalink
Enable Reordering and reset to commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tidy-dev committed Jun 8, 2021
1 parent d764f5a commit f55cca1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/lib/feature-flag.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,10 @@ export function enableAmendingCommits(): boolean {

/** Should we allow reordering commits? */
export function enableCommitReordering(): boolean {
return enableDevelopmentFeatures()
return enableBetaFeatures()
}

/** Should we allow resetting to a previous commit? */
export function enableResetToCommit(): boolean {
return enableDevelopmentFeatures()
return enableBetaFeatures()
}

0 comments on commit f55cca1

Please sign in to comment.