mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
ci: Fix typecheck to fix build (no-changelog) (#9792)
This commit is contained in:
@@ -205,7 +205,7 @@ type Props = {
|
|||||||
path?: string;
|
path?: string;
|
||||||
hideDelete?: boolean;
|
hideDelete?: boolean;
|
||||||
indent?: boolean;
|
indent?: boolean;
|
||||||
isReadOnly?: boolean;
|
isReadOnly: boolean;
|
||||||
hiddenIssuesInputs?: string[];
|
hiddenIssuesInputs?: string[];
|
||||||
entryIndex?: number;
|
entryIndex?: number;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user