mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -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;
|
||||
hideDelete?: boolean;
|
||||
indent?: boolean;
|
||||
isReadOnly?: boolean;
|
||||
isReadOnly: boolean;
|
||||
hiddenIssuesInputs?: string[];
|
||||
entryIndex?: number;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue