mirror of
https://github.com/apache/superset.git
synced 2026-08-12 11:11:01 +00:00
style: remove quotes from search message to avoid ESLint warnings
This commit is contained in:
@@ -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 "{searchTerm}
|
||||
".
|
||||
</p>
|
||||
<p>No configuration settings found matching {searchTerm}.</p>
|
||||
<p style={{ fontSize: '14px', marginTop: '10px' }}>
|
||||
Try adjusting your search term or{' '}
|
||||
<button
|
||||
|
||||
Reference in New Issue
Block a user