We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed29ed1 commit ad24ba5Copy full SHA for ad24ba5
src/components/projects/projectId/settings/ProjectMetaData.tsx
@@ -85,7 +85,7 @@ export default function ProjectMetaData() {
85
<div className="text-gray-900 text-lg leading-6 font-medium">Danger zone</div>
86
<div className="text-sm leading-5 font-normal mt-2 text-gray-500 inline-block">This action can not be reversed.
87
Are you sure you want to delete this project?</div>
88
- {!project.is_integration_project && <div className="text-sm text-red-500 italic">
+ {project.is_integration_project && <div className="text-sm text-red-500 italic">
89
This is an integration project, please do not delete it unless the integration is deleted
90
</div>}
91
<div className="form-control">
0 commit comments