fixed tenant id issues on palettes

This commit is contained in:
azeeee05
2026-01-19 17:27:41 +05:30
parent bd4f0f1e1d
commit bcbd0ccc5a
+1 -1
View File
@@ -49,7 +49,7 @@ class PaletteService:
description=data.description,
colors=data.colors.model_dump(),
is_default=data.is_default,
tenant_id=tenant_id,
# tenant_id=tenant_id, # Model does not support tenant_id yet
)
db.add(db_palette)
db.commit()