Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: only mark sync state enabled when entire group is enabled (#785)
Imagine the following scenario: - *auth* namespace sync is enabled. - *config* namespace sync is disabled. - *blobIndex* namespace sync is enabled. Previously, this would report the initial namespace sync state as *enabled*. Now, this will report *disabled*, because every namespace needs to be on.
- Loading branch information