mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 19:11:13 +00:00
fix(editor): Making parameter input components label configurable (#5195)
fix(editor): Making parameter input component label configurable
This commit is contained in:
@@ -1132,6 +1132,10 @@ export interface IParameterDependencies {
|
||||
[key: string]: string[];
|
||||
}
|
||||
|
||||
export type IParameterLabel = {
|
||||
size?: 'small' | 'medium';
|
||||
};
|
||||
|
||||
export interface IPollResponse {
|
||||
closeFunction?: () => Promise<void>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user