From eeae538d861b08d9384e459e741fe046301e5ca9 Mon Sep 17 00:00:00 2001 From: Bruno Charest Date: Fri, 29 May 2026 15:41:05 -0400 Subject: [PATCH] =?UTF-8?q?fix:=20flushIcons=20non=20import=C3=A9=20dans?= =?UTF-8?q?=20sidebar.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/js/sidebar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/js/sidebar.js b/frontend/js/sidebar.js index b4fe8ad..4450f3a 100644 --- a/frontend/js/sidebar.js +++ b/frontend/js/sidebar.js @@ -1,5 +1,5 @@ import { state } from './state.js'; -import { safeCreateIcons, getFileIcon } from './utils.js'; +import { safeCreateIcons, getFileIcon, flushIcons } from './utils.js'; import { api } from './auth.js'; import { populateCustomDropdown, TabManager, closeMobileSidebar, ContextMenuManager } from './ui.js'; import { _populateRecentVaultFilter, switchSidebarTab } from './config.js';