fix: update presentation reference in summary
This commit is contained in:
parent
724f0f4c3c
commit
3254db8808
2 changed files with 1 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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", {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue