diff --git a/frontend/src/components/shared/QuickAccessBar.tsx b/frontend/src/components/shared/QuickAccessBar.tsx index fc4301181..34afc0749 100644 --- a/frontend/src/components/shared/QuickAccessBar.tsx +++ b/frontend/src/components/shared/QuickAccessBar.tsx @@ -190,7 +190,7 @@ const QuickAccessBar = forwardRef(({
{/* Config button at the bottom */} - {buttonConfigs + {/* {buttonConfigs .filter(config => config.id === 'config') .map(config => (
@@ -210,14 +210,14 @@ const QuickAccessBar = forwardRef(({ {config.name}
- ))} + ))} */}
- setConfigModalOpen(false)} - /> + /> */} ); });