mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-22 04:10:01 +00:00
ci: Remove eslint-plugin-prettier again (no-changelog) (#10876)
This commit is contained in:
committed by
GitHub
parent
8fb31e8459
commit
fdef6c9f0d
@@ -507,7 +507,7 @@ export default defineComponent({
|
||||
projectPermissions() {
|
||||
const project = this.$route.query?.projectId
|
||||
? this.projectsStore.myProjects.find((p) => p.id === this.$route.query.projectId)
|
||||
: this.projectsStore.currentProject ?? this.projectsStore.personalProject;
|
||||
: (this.projectsStore.currentProject ?? this.projectsStore.personalProject);
|
||||
return getResourcePermissions(project?.scopes);
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user