Merge branch 'main' of github.com:presenton/presenton

This commit is contained in:
shiva raj badu 2026-04-10 00:55:32 +05:45
commit 3a9f8a0b34
No known key found for this signature in database

View file

@ -407,7 +407,7 @@ async def update_presentation(
presentation_update_dict["n_slides"] = n_slides
if title:
presentation_update_dict["title"] = title
if theme:
if theme or theme is None:
presentation_update_dict["theme"] = theme
if presentation_update_dict: