We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e9d25e commit 3de7407Copy full SHA for 3de7407
src/infrastructure/application/api/graphql/workspace.ts
@@ -755,7 +755,7 @@ export class GraphqlWorkspaceApi implements WorkspaceApi {
755
: undefined,
756
content: GraphqlWorkspaceApi.createContentVariantGroup(experience.content),
757
validate: true,
758
- publish: experience.draft === false,
+ publish: experience.draft !== true,
759
};
760
}),
761
0 commit comments