17042 followups (#17122)

Followups after @Weiko review on
https://github.com/twentyhq/twenty/pull/17042
This commit is contained in:
Raphaël Bosi
2026-01-13 17:25:30 +01:00
committed by GitHub
parent 869a0a7cf4
commit f793faae2b
4 changed files with 66 additions and 18 deletions
@@ -100,7 +100,7 @@ export class PageLayoutWidgetController {
@Delete(':id')
@UseGuards(SettingsPermissionGuard(PermissionFlagType.LAYOUTS))
async delete(
async destroy(
@Param('id') id: string,
@AuthWorkspace() workspace: WorkspaceEntity,
): Promise<boolean> {