Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
DEVPROD-5336 Allow projects to be deleted for projects not attached t…
Browse files Browse the repository at this point in the history
…o a repo (#2288)
  • Loading branch information
ZackarySantana authored Mar 8, 2024
1 parent 40c789b commit 4a2bcf7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ export const getFormSchema = (
},
},
},
...(projectType === ProjectType.AttachedProject && {
...(projectType !== ProjectType.Repo && {
delete: {
type: "object" as "object",
title: "Delete Project",
Expand Down

0 comments on commit 4a2bcf7

Please sign in to comment.