Skip to content

Commit bc4b133

Browse files
committed
fixed view exception
1 parent 1b11e9f commit bc4b133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/resources/views/components/pipelines/form.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@props(['pipeline' => null])
1+
@props(['pipeline' => new App\Models\Pipeline])
22
<div class="space-y-12">
33
<div class="grid grid-cols-1 gap-x-8 gap-y-10 border-b border-gray-900/10 pb-12 @4xl/main:grid-cols-3">
44
<div>

0 commit comments

Comments
 (0)