mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
ci: Fix typecheck to fix build (no-changelog) (#9792)
This commit is contained in:
parent
b0d7cfa2ab
commit
653953e2bd
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue