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:
@ -22,7 +22,7 @@ class Installing extends Widget implements HasForms, HasInfolists
|
||||
|
||||
protected static bool $isLazy = false;
|
||||
|
||||
protected static string $view = 'web.components.infolist';
|
||||
protected static string $view = 'components.infolist';
|
||||
|
||||
public Site $site;
|
||||
|
||||
|
@ -32,7 +32,7 @@ class SiteDetails extends Widget implements HasForms, HasInfolists
|
||||
|
||||
protected static bool $isLazy = false;
|
||||
|
||||
protected static string $view = 'web.components.infolist';
|
||||
protected static string $view = 'components.infolist';
|
||||
|
||||
public Site $site;
|
||||
|
||||
|
@ -22,7 +22,7 @@ class SiteSummary extends Widget implements HasForms, HasInfolists
|
||||
|
||||
protected static bool $isLazy = false;
|
||||
|
||||
protected static string $view = 'web.components.infolist';
|
||||
protected static string $view = 'components.infolist';
|
||||
|
||||
public Site $site;
|
||||
|
||||
|
Reference in New Issue
Block a user