Skip to content

Commit 812194d

Browse files
committed
Fixed reset button function name
1 parent 0510df9 commit 812194d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/component/circular-heatmap/circular-heatmap.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ <h2>Nothing to show</h2>
293293
class="normal-button"
294294
mat-raised-button
295295
class="resetButtonClass"
296-
(click)="ResetIsImplemented()">
296+
(click)="deleteLocalTeamsProgress()">
297297
Reset Implemented
298298
</button>
299299
</div>

0 commit comments

Comments
 (0)