mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-04 07:22:34 +00:00
cleanup migration to filament
This commit is contained in:
@ -16,7 +16,7 @@ class AddUser extends Widget implements HasForms
|
||||
{
|
||||
use InteractsWithForms;
|
||||
|
||||
protected static string $view = 'web.components.form';
|
||||
protected static string $view = 'components.form';
|
||||
|
||||
public Project $project;
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
class SelectProject extends Widget
|
||||
{
|
||||
protected static string $view = 'web.widgets.select-project';
|
||||
protected static string $view = 'widgets.select-project';
|
||||
|
||||
public ?Project $currentProject;
|
||||
|
||||
|
@ -15,7 +15,7 @@ class UpdateProject extends Widget implements HasForms
|
||||
{
|
||||
use InteractsWithForms;
|
||||
|
||||
protected static string $view = 'web.components.form';
|
||||
protected static string $view = 'components.form';
|
||||
|
||||
public Project $project;
|
||||
|
||||
|
Reference in New Issue
Block a user