I'm here!
The settings form has been added recently. When the form is saved with no entities selected then the configuration is deleted by:
$config->clear('enabled_entity_types');
This should be:
$config->set('enabled_entity_types', []);
Thanks abhishek_gupta1. My patch also fixed the settings form.
polynya → created an issue.
The pipeline is reporting errors in PHPCS and PHPUnit, but they are not related to this change.
I've tested the patch successfully on 9.5 but haven't tried 10 yet
Sorry, I should have been clearer. There is a bug in the commit for 🐛 Error: Call to undefined method Drupal\Core\Config\Entity\ConfigEntityStorage::accessCheck() Fixed
Instead of accesCheck it should be accessCheck
polynya → created an issue.