Fix guide flow editor layout sizing

This commit is contained in:
2026-04-20 14:09:25 +08:00
parent 0b35e54fe1
commit 1f9ee979f1
2 changed files with 25 additions and 3 deletions

View File

@@ -18,6 +18,8 @@ class ManageGuidePages extends Page
protected static string $view = 'filament.resources.guide.manage-pages';
protected ?string $maxContentWidth = 'full';
public array $nodes = [];
public array $edges = [];