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 1b11e9f commit bc4b133Copy full SHA for bc4b133
web/resources/views/components/pipelines/form.blade.php
@@ -1,4 +1,4 @@
1
-@props(['pipeline' => null])
+@props(['pipeline' => new App\Models\Pipeline])
2
<div class="space-y-12">
3
<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">
4
<div>
0 commit comments