fix(editor): Add back credential type icon (no-changelog) (#9704)

This commit is contained in:
Csaba Tuncsik
2024-06-11 20:16:27 +02:00
committed by GitHub
parent daf85b4439
commit f9aa340015
6 changed files with 167 additions and 90 deletions

View File

@@ -116,6 +116,8 @@ export default defineComponent({
createdAt: credential.createdAt,
homeProject: credential.homeProject,
scopes: credential.scopes,
type: credential.type,
sharedWithProjects: credential.sharedWithProjects,
}));
},
allCredentialTypes(): ICredentialType[] {