fix: can not paste a text in env vars input box
This commit is contained in:
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user