Merge pull request 'dev' (#6) from dev into furqan
Reviewed-on: https://gitea.maskantech.in/gitea_admin/saas_backend/pulls/6
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