Redirect them directly to the config

This commit is contained in:
Lance Pioch 2024-03-31 01:07:03 -04:00
parent a8b3e2bfa4
commit 400e4d783b

View File

@ -105,4 +105,11 @@ class CreateNode extends CreateRecord
Forms\Components\Hidden::make('skipValidation')->default(true),
]);
}
protected function getRedirectUrlParameters(): array
{
return [
'step' => 'configuration',
];
}
}