make buttons submit and cancel work

This commit is contained in:
Thomas Peetz
2025-06-13 01:11:18 +02:00
parent da4f286180
commit 510e2f8130
5 changed files with 46 additions and 19 deletions
+1
View File
@@ -23,6 +23,7 @@ class ComicDetailsResponse(BaseModel):
class ComicSchema(BaseModel):
id: str
title: str
weblink: Optional[AnyUrl]
completed: Optional[bool]