Skip to content

Commit

Permalink
fix: test condition
Browse files Browse the repository at this point in the history
  • Loading branch information
HuberTRoy committed Dec 13, 2023
1 parent 370280e commit 4eb712e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/studio/Create/Create.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ const Create: React.FC = () => {
version: project.version,
versionDescription: project.versionDescription,
};
return;
await updateMetadata(payload);
} else {
// Form can give us a File type that doesn't match the schema
Expand Down

0 comments on commit 4eb712e

Please sign in to comment.