Remove unused part

pull/6596/head
Cagatay Civici 2024-10-16 11:59:59 +03:00
parent eabfa19d32
commit db5dee83d9
1 changed files with 1 additions and 2 deletions

View File

@ -307,8 +307,7 @@ const theme = ({ dt }) => `
`; `;
const inlineStyles = { const inlineStyles = {
rootList: ({ props }) => ({ 'max-height': props.scrollHeight, overflow: 'auto' }), rootList: ({ props }) => ({ 'max-height': props.scrollHeight, overflow: 'auto' })
submenu: ({ instance, processedItem }) => ({ display: instance.isItemActive(processedItem) ? 'block' : 'none' })
}; };
const classes = { const classes = {