mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
fix: Fix mapping paths when appending to empty expression (#5591)
* fix: Fix mapping when appending to empty expression * fix: refactor logic out * test: add tests * test: add tests * fix: fix bug where value does not get updated when mapping * test: add test for bug * test: add test for bug
This commit is contained in:
@@ -12,6 +12,8 @@ export type IN8nButton = {
|
||||
active?: boolean;
|
||||
float?: 'left' | 'right';
|
||||
square?: boolean;
|
||||
// eslint-disable-next-line @typescript-eslint/naming-convention
|
||||
'data-test-id'?: string;
|
||||
};
|
||||
listeners?: Record<string, (event: Event) => void>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user