17042 followups (#17122)
Followups after @Weiko review on https://github.com/twentyhq/twenty/pull/17042
This commit is contained in:
+1
-1
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user