fix: can not paste a text in env vars input box

This commit is contained in:
jialin
2025-03-19 20:09:43 +08:00
parent 2ceefab18c
commit b8f58b2cc1
4 changed files with 28 additions and 53 deletions
-1
View File
@@ -26,7 +26,6 @@ export function patchRoutes({ routes, initialState }) {
export function renderMenuIcon(icon: string) {
const upperIcon = formatIcon(icon);
console.log('upperIcon', icon, upperIcon);
if (icons[upperIcon] || icons[upperIcon + 'Outlined']) {
return React.createElement(
icons[upperIcon] || icons[upperIcon + 'Outlined']