Skip to content

Commit 3de7407

Browse files
committed
Fix draft flag
1 parent 8e9d25e commit 3de7407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/infrastructure/application/api/graphql/workspace.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,7 @@ export class GraphqlWorkspaceApi implements WorkspaceApi {
755755
: undefined,
756756
content: GraphqlWorkspaceApi.createContentVariantGroup(experience.content),
757757
validate: true,
758-
publish: experience.draft === false,
758+
publish: experience.draft !== true,
759759
};
760760
}),
761761
};

0 commit comments

Comments
 (0)