ci: Fix typecheck to fix build (no-changelog) (#9792)

This commit is contained in:
Iván Ovejero 2024-06-18 17:05:01 +02:00 committed by GitHub
parent b0d7cfa2ab
commit 653953e2bd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -205,7 +205,7 @@ type Props = {
path?: string;
hideDelete?: boolean;
indent?: boolean;
isReadOnly?: boolean;
isReadOnly: boolean;
hiddenIssuesInputs?: string[];
entryIndex?: number;
};