Skip to content

Commit

Permalink
👕 Removing unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
MiloradFilipovic committed Jan 11, 2023
1 parent 0519fd3 commit ccf5522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor-ui/src/components/NodeCredentials.vue
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ import { useNodeTypesStore } from '@/stores/nodeTypes';
import { useCredentialsStore } from '@/stores/credentials';
import { useNDVStore } from '@/stores/ndv';
import { KEEP_AUTH_IN_NDV_FOR_NODES } from '@/constants';
import { getAuthTypeForNodeCredential, getCredentialsRelatedFields, getMainAuthField, getNodeCredentialForAuthType } from '@/utils';
import { getMainAuthField, getNodeCredentialForAuthType } from '@/utils';
interface CredentialDropdownOption extends ICredentialsResponse {
typeDisplayName: string;
Expand Down

0 comments on commit ccf5522

Please sign in to comment.