Select::make('chooseProfile')
->hintAction(
Action::make('createNewProfile')->label('newProfileAction')->form([
Grid::make()->schema([
TextInput::make('newProfile')
->required()
])
])
)
Failed asserting that an action with name [createNewProfile] exists on the [App\Livewire\ProfileForm] page.