ci(editor): Enfore stricter linting rules from eslint-plugin-vue (no-changelog) (#6242)
This commit is contained in:
committed by
GitHub
parent
8a8fed0840
commit
4b5cbe7750
@@ -37,7 +37,7 @@ import type { IFormInputs } from '@/Interface';
|
||||
import { CHANGE_PASSWORD_MODAL_KEY } from '@/constants';
|
||||
import { mapStores } from 'pinia';
|
||||
import { useUsersStore } from '@/stores/users.store';
|
||||
import { createEventBus } from '@/event-bus';
|
||||
import { createEventBus } from 'n8n-design-system';
|
||||
|
||||
export default defineComponent({
|
||||
name: 'ChangePasswordModal',
|
||||
|
||||
Reference in New Issue
Block a user