Skip to content

Commit 06d4de7

Browse files
committed
fix: add isRolledBack to project insert in create dialog
1 parent dc76b0e commit 06d4de7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/apps/dashboard/app/(app)/[workspaceSlug]/projects/_components/dialogs/create-project-dialog.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ export const CreateProjectDialog = () => {
3939
slug: values.slug,
4040
repositoryFullName: null,
4141
liveDeploymentId: null,
42+
isRolledBack: false,
4243
id: "will-be-replace-by-server",
4344
latestDeploymentId: null,
4445
author: "will-be-replace-by-server",

0 commit comments

Comments
 (0)