feat(coral): Show info to user when they temp can not edit a topic #611
check-ts-api-type-changes.yaml
on: pull_request
Type check
55s
Annotations
3 errors
Type check
Property 'hasPendingRequest' is missing in type '{ entity: { name: string; type: "connector"; }; entityExists: boolean; entityUpdating: boolean; entityEditLink: string; environments: { id: string; name: string; }[] | undefined; environmentId: string | undefined; setEnvironmentId: Dispatch<SetStateAction<string | undefined>>; showEditButton: boolean; }' but required in type 'TopicOverviewHeaderProps'.
|
Type check
Property 'hasPendingRequest' is missing in type '{ entity: { name: string; type: "topic"; }; entityExists: boolean; entityEditLink: string; showEditButton: boolean; entityUpdating: boolean; environments: { id: string; name: string; }[] | undefined; environmentId: string | undefined; setEnvironmentId: Dispatch<SetStateAction<string | undefined>>; }' but required in type 'TopicOverviewHeaderProps'.
|
Type check
Process completed with exit code 1.
|