Skip to content

Commit da1b018

Browse files
authored
chore: Make flag deletion modal warn action is permanent (#3895)
1 parent 84f69c4 commit da1b018

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/pages/RepoPage/CoverageTab/FlagsTab/subroute/FlagsTable/DeleteFlagModal/DeleteFlagModal.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ const DeleteFlagModal = ({ isOpen, closeModal, flagName }: Props) => {
2222
<p>
2323
This will remove the <span className="font-semibold">{flagName}</span>{' '}
2424
flag from the reports in app. You will also need to remove this flag
25-
in your CI and codecov.yaml to stop uploads.
25+
in your CI and codecov.yaml to stop uploads.{' '}
26+
<span className="font-semibold">This action cannot be undone.</span>
2627
</p>
2728
}
2829
footer={

0 commit comments

Comments
 (0)