Skip to content

Commit c81f403

Browse files
[frontend] Impossible to share Note with Organization (#10030)
1 parent 5d1466a commit c81f403

File tree

1 file changed

+2
-2
lines changed
  • opencti-platform/opencti-front/src/private/components/analyses/notes

1 file changed

+2
-2
lines changed

opencti-platform/opencti-front/src/private/components/analyses/notes/Root.jsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ const RootNote = () => {
101101
</CollaborativeSecurity>
102102
}
103103
redirectToContent={false}
104-
disableAuthorizedMembers={true}
104+
disableAuthorizedMembers={false}
105105
enableEnricher={true}
106106
enableEnrollPlaybook={true}
107107
/>
@@ -116,7 +116,7 @@ const RootNote = () => {
116116
</CollaborativeSecurity>
117117
}
118118
redirectToContent={false}
119-
disableAuthorizedMembers={true}
119+
disableAuthorizedMembers={false}
120120
enableEnricher={true}
121121
enableEnrollPlaybook={true}
122122
/>

0 commit comments

Comments
 (0)