mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
fix(editor): Enable credential sharing between all types of projects (#10233)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
:name="modalName"
|
||||
:title="title"
|
||||
:center="true"
|
||||
width="460px"
|
||||
width="520"
|
||||
:event-bus="modalBus"
|
||||
@enter="onSubmit"
|
||||
>
|
||||
@@ -147,7 +147,7 @@ export default defineComponent({
|
||||
return false;
|
||||
},
|
||||
projects(): ProjectListItem[] {
|
||||
return this.projectsStore.personalProjects.filter(
|
||||
return this.projectsStore.projects.filter(
|
||||
(project) =>
|
||||
project.name !==
|
||||
`${this.userToDelete?.firstName} ${this.userToDelete?.lastName} <${this.userToDelete?.email}>`,
|
||||
|
||||
Reference in New Issue
Block a user