fixed tenant id issues on palettes
This commit is contained in:
@@ -49,7 +49,7 @@ class PaletteService:
|
|||||||
description=data.description,
|
description=data.description,
|
||||||
colors=data.colors.model_dump(),
|
colors=data.colors.model_dump(),
|
||||||
is_default=data.is_default,
|
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.add(db_palette)
|
||||||
db.commit()
|
db.commit()
|
||||||
|
|||||||
Reference in New Issue
Block a user