mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
feat(editor): Add option to disable credentials check in RLC (#17381)
This commit is contained in:
@@ -1474,6 +1474,10 @@ export interface INodePropertyModeTypeOptions {
|
||||
searchListMethod?: string; // Supported by: options
|
||||
searchFilterRequired?: boolean;
|
||||
searchable?: boolean;
|
||||
/**
|
||||
* If true, the resource locator will not show an error if the credentials are not selected
|
||||
*/
|
||||
skipCredentialsCheckInRLC?: boolean;
|
||||
allowNewResource?: {
|
||||
label: string;
|
||||
defaultName: string;
|
||||
|
||||
Reference in New Issue
Block a user