## Context On custom objects, clicking "+ New Tab" on a record page layout never exposed deactivated tabs for reactivation, even though isActive: false tabs were correctly returned by the API. Standard objects worked fine. ## Fix isReactivatableTab gated reactivation on tab.applicationId === objectMetadata.applicationId. For custom objects these two ids are intentionally different. This check was unnecessary after all, we simply want to check if a tab is inactive (only non-custom entities can be de-activated) 👍 <img width="694" height="551" alt="Screenshot 2026-04-17 at 18 14 28" src="https://github.com/user-attachments/assets/42485cb2-8be5-4a55-a311-479ed3226908" />