fix: resolve all TypeScript build errors after Setting branch merge
This commit is contained in:
@@ -11,7 +11,7 @@ export function renderDashboard(mainContent: HTMLElement) {
|
||||
|
||||
// 기존 차트 리소스 해제
|
||||
if (state.activeCharts) {
|
||||
state.activeCharts.forEach(c => {
|
||||
state.activeCharts.forEach((c: any) => {
|
||||
if (c && typeof c.destroy === 'function') c.destroy();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user