Skip to content

feat(coral): Show info to user when they temp can not edit a topic #611

feat(coral): Show info to user when they temp can not edit a topic

feat(coral): Show info to user when they temp can not edit a topic #611

Triggered via pull request August 16, 2023 10:46
Status Failure
Total duration 1m 5s
Artifacts
Type check
55s
Type check
Fit to window
Zoom out
Zoom in

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.