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 f957072 commit f09ba3fCopy full SHA for f09ba3f
epictrack-web/src/components/project/ProjectForm.tsx
@@ -174,7 +174,7 @@ export default function ProjectForm({ ...props }) {
174
};
175
176
const onBlurProjectName = async () => {
177
- if (!formValues.name || Boolean(formValues.abbreviation)) return;
+ if (!formValues.name || Boolean(props.projectId)) return;
178
179
try {
180
const response = await projectService.createProjectAbbreviation(
0 commit comments