diff --git a/app/Models/Application.php b/app/Models/Application.php index 2b0fc8c36..1648a7dbb 100644 --- a/app/Models/Application.php +++ b/app/Models/Application.php @@ -24,6 +24,7 @@ class Application extends BaseModel } protected $fillable = [ 'name', + 'repository_project_id', 'project_id', 'description', 'git_repository', diff --git a/resources/views/livewire/project/application/deployments.blade.php b/resources/views/livewire/project/application/deployments.blade.php index 673a5586e..1696d17b2 100644 --- a/resources/views/livewire/project/application/deployments.blade.php +++ b/resources/views/livewire/project/application/deployments.blade.php @@ -1,10 +1,6 @@

Deployments ({{ $deployments_count }})

- {{-- @if (count($deployments) === 0) - Load Deployments - - @endif --}} @if ($show_next) Show More