From 39f6858797af81265a6de1aa0735c33b9c35bd30 Mon Sep 17 00:00:00 2001 From: Chris Thielen Date: Thu, 21 Feb 2019 13:06:52 -0800 Subject: [PATCH] fix(core/diffs): Fix misnamed tempate field --- app/scripts/modules/core/src/diffs/viewChangesLink.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/scripts/modules/core/src/diffs/viewChangesLink.component.ts b/app/scripts/modules/core/src/diffs/viewChangesLink.component.ts index 9bd311ddca4..3ef244a7d63 100644 --- a/app/scripts/modules/core/src/diffs/viewChangesLink.component.ts +++ b/app/scripts/modules/core/src/diffs/viewChangesLink.component.ts @@ -160,7 +160,7 @@ export const viewChangesLinkWrapper: IComponentOptions = { linkText: '`, + template: ``, }; export const VIEW_CHANGES_LINK = 'spinnaker.diffs.view.changes.link';