style: remove quotes from search message to avoid ESLint warnings

This commit is contained in:
Maxime Beauchemin
2025-07-31 21:18:15 -07:00
parent ffe1a0c9ee
commit 6e469eb922
+1 -4
View File
@@ -406,10 +406,7 @@ const ConfigurationTable: React.FC<ConfigurationTableProps> = ({
<div style={{ textAlign: 'center', padding: '20px', color: '#666' }}>
{searchTerm ? (
<div>
<p>
No configuration settings found matching &quot;{searchTerm}
&quot;.
</p>
<p>No configuration settings found matching {searchTerm}.</p>
<p style={{ fontSize: '14px', marginTop: '10px' }}>
Try adjusting your search term or{' '}
<button