mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
refactor(editor): Fix typescript issues in components (no-changelog) (#9580)
This commit is contained in:
@@ -118,6 +118,7 @@ export default defineComponent({
|
||||
computed: {
|
||||
...mapStores(useUsersStore, useProjectsStore),
|
||||
userToDelete(): IUser | null {
|
||||
if (!this.activeId) return null;
|
||||
return this.usersStore.getUserById(this.activeId);
|
||||
},
|
||||
isPending(): boolean {
|
||||
|
||||
Reference in New Issue
Block a user