From 530aada9b4dbcb375ef95d9ecc241b8a3b7766e3 Mon Sep 17 00:00:00 2001 From: brendanbond Date: Tue, 8 Jul 2025 17:45:58 +0000 Subject: [PATCH] $'syncing commit from monorepo. PR: 265, Title: [Sync PR #1086] Adding the ability to have a hidden reset for the resources.' --- projects/angular-formio/resource/src/resource.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/angular-formio/resource/src/resource.component.ts b/projects/angular-formio/resource/src/resource.component.ts index 81481d69..f8d577b2 100644 --- a/projects/angular-formio/resource/src/resource.component.ts +++ b/projects/angular-formio/resource/src/resource.component.ts @@ -7,7 +7,7 @@ import { NgIf } from '@angular/common'; @Component({ templateUrl: './resource.component.html', - imports: [RouterLink, RouterLinkActive, NgIf, RouterOutlet] + imports: [RouterLink, RouterLinkActive, NgIf, RouterOutlet] }) export class FormioResourceComponent implements OnInit, OnDestroy { public perms = {delete: false, edit: false};