We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd2b7f4 commit d96586aCopy full SHA for d96586a
1 file changed
src/Services/WebhookService.php
@@ -50,7 +50,7 @@ protected function hasFieldTemplate(array $payload): bool
50
{
51
$fieldType = $payload['changes']['field_value']['field_type'] ?? '';
52
53
- return view()->exists('github-project::md.fields.'.$fieldType);
+ return view()->exists('github-project::md.field_types.'.$fieldType);
54
}
55
56
protected function createErrorResponse(string $message, int $statusCode = 400): JsonResponse
0 commit comments