fix: update presentation reference in summary

This commit is contained in:
shiva raj badu 2025-09-11 16:57:31 +05:45
parent 724f0f4c3c
commit 3254db8808
No known key found for this signature in database
2 changed files with 1 additions and 2 deletions

View file

@ -901,7 +901,7 @@ async def get_presentations_summary(
}
presentations.append(
PresentationSummary(
presentation=row.presentation,
presentation_id=row.presentation,
layout_count=row.layout_count,
last_updated_at=row.last_updated_at,
template=template,

View file

@ -135,7 +135,6 @@ export const useLayoutSaving = (
toast.error("No slides were successfully converted");
return null;
}
console.log(reactComponents);
// First create/update the template metadata
await fetch("/api/v1/ppt/template-management/templates", {