mirror of
https://github.com/lingble/twenty.git
synced 2025-10-29 11:52:28 +00:00
This PR adds "type" to the reserved keywords list in validate-object-metadata-input.util.ts. This prevents users from creating objects with "type" as a key, which has caused issues in the past . issue solved #8543 1.Updated the RESERVED_KEYWORDS array to include "type" --------- Co-authored-by: Weiko <corentin@twenty.com>