feat(editor): Show Collaboration pane only when there are multiple active users (#10772)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2024-09-11 18:18:19 +02:00
committed by GitHub
parent 755188897b
commit a0af1d9a06
3 changed files with 26 additions and 2 deletions

View File

@@ -668,7 +668,7 @@ function showCreateWorkflowSuccessToast(id?: string) {
</span>
<EnterpriseEdition :features="[EnterpriseEditionFeature.Sharing]">
<div :class="$style.group">
<CollaborationPane v-if="nodeViewVersion === '2' && !isNewWorkflow" />
<CollaborationPane v-if="!isNewWorkflow" />
<N8nButton
type="secondary"
data-test-id="workflow-share-button"