mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
🐛 Fix credentials list load issue (#2931)
* always fetch credentials * only fetch credentials once
This commit is contained in:
@@ -764,6 +764,7 @@ export interface ICredentialMap {
|
||||
export interface ICredentialsState {
|
||||
credentialTypes: ICredentialTypeMap;
|
||||
credentials: ICredentialMap;
|
||||
fetchedAllCredentials: boolean;
|
||||
}
|
||||
|
||||
export interface ITagsState {
|
||||
|
||||
Reference in New Issue
Block a user