mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
fix linting issue
This commit is contained in:
parent
f2a540db04
commit
a0afd32413
|
@ -29,7 +29,7 @@ import { useNpsSurveyStore } from './npsSurvey.store';
|
|||
import { computed, ref } from 'vue';
|
||||
import { useTelemetry } from '@/composables/useTelemetry';
|
||||
import { useSettingsStore } from '@/stores/settings.store';
|
||||
import { DisableMfaParams } from '@/api/mfa';
|
||||
import type { DisableMfaParams } from '@/api/mfa';
|
||||
|
||||
const _isPendingUser = (user: IUserResponse | null) => !!user?.isPending;
|
||||
const _isInstanceOwner = (user: IUserResponse | null) => user?.role === ROLE.Owner;
|
||||
|
|
Loading…
Reference in a new issue