Hiroki SAWANO
Hiroki SAWANO
Sorry for the lack of information. The version and the command are as below: ``` $ gh version gh version 2.45.0 (2024-03-04) https://github.com/cli/cli/releases/tag/v2.45.0 $ gh alias set 'foo bar' ''...
Thanks for the quick fix! The issue is resolved now.
Here’s a temporary workaround I’m using to handle errors on delete. - Subclass `sqladmin.Admin` to override `delete` with error handling: ```python class CustomAdmin(Admin): @login_required async def delete(self, request: Request) ->...