Skip to content

Commit

Permalink
Merge branch 'main' into gh-eng-687-hide-flag-multi-select-on-commit-…
Browse files Browse the repository at this point in the history
…detail-page-when-on-team-plan
  • Loading branch information
nicholas-codecov authored Oct 23, 2023
2 parents 43d2eff + 48e4181 commit 94d2915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/deleteFlag/useDeleteFlag.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export function useDeleteFlag() {
onSuccess: ({ data }) => {
const error = data?.deleteFlag?.error?.__typename
if (error) {
// TODO: adjust backend to provide a message so wacn tailor the message here
// TODO: adjust backend to provide a message so we can tailor the message here
addToast({
type: 'error',
text: 'There was an error deleting your flag',
Expand Down

0 comments on commit 94d2915

Please sign in to comment.