mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
chore: Lintfix and format (no-changelog) (#13705)
This commit is contained in:
committed by
GitHub
parent
9e83ff51da
commit
d2dd1796a8
@@ -5,11 +5,10 @@ import { getDropdownItems } from '@/__tests__/utils';
|
||||
import { createProjectListItem } from '@/__tests__/data/projects';
|
||||
import { createUser } from '@/__tests__/data/users';
|
||||
|
||||
import { DELETE_USER_MODAL_KEY } from '@/constants';
|
||||
import { DELETE_USER_MODAL_KEY, STORES } from '@/constants';
|
||||
import { ProjectTypes } from '@/types/projects.types';
|
||||
import userEvent from '@testing-library/user-event';
|
||||
import { useUsersStore } from '@/stores/users.store';
|
||||
import { STORES } from '@/constants';
|
||||
|
||||
const ModalStub = {
|
||||
template: `
|
||||
|
||||
Reference in New Issue
Block a user