Skip to content

Commit 8f54c2b

Browse files
mihowCopilot
andauthored
Update ami/main/models.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent afc8610 commit 8f54c2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ami/main/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ class Project(ProjectSettingsMixin, BaseModel):
228228
)
229229
feature_flags = SchemaField(
230230
ProjectFeatureFlags,
231-
default=ProjectFeatureFlags,
231+
default=get_default_feature_flags,
232232
null=False,
233233
blank=True,
234234
)

0 commit comments

Comments
 (0)