RootCauseunvalidated
you've given the enum value as the type, and not the enum itself — In your definition of `Project`. Outcome: use the enum as the type and the enum value as the default value.
731bc717-4870-4e6e-8c66-ce4a542dd5d7
you've given the enum value as the type, and not the enum itself — In your definition of Project. Outcome: use the enum as the type and the enum value as the default value.