- {[
- { header: 'Configuration Name', width: '35%' },
- { header: 'Current Value', width: '10%' },
- { header: 'Default Value', width: '10%' },
- { header: 'Description', width: '35%' },
- { header: 'Apply Mode', width: '10%' },
- ].map(({ header, width }) => (
-
- {header}
-
- ))}
-
- }
>
- {displayedSettings.map((setting) => (
+ {filteredSettings.map((setting) => (
))}
-