Redirect to configuration file tab after creating the node

This commit is contained in:
Lance Pioch 2024-10-19 22:11:24 -04:00
parent 8740f0f645
commit 71aed151d9

View File

@ -398,7 +398,7 @@ class CreateNode extends CreateRecord
protected function getRedirectUrlParameters(): array
{
return [
'tab' => '-configuration-tab',
'tab' => '-configuration-file-tab',
];
}