mirror of
https://github.com/apache/superset.git
synced 2026-04-21 00:54:44 +00:00
feat: [dashboard] notification and warning for auto force refresh (#9886)
* feat: [dashboard] notification and warning for auto force refresh * fix review comments
This commit is contained in:
@@ -731,7 +731,7 @@ export class DatasourceEditor extends React.PureComponent {
|
||||
<div>
|
||||
<div className="m-t-10">
|
||||
<Alert bsStyle="warning">
|
||||
<span className="bold">{t('Be careful.')} </span>
|
||||
<strong>{t('Be careful.')} </strong>
|
||||
{t(
|
||||
'Changing these settings will affect all charts using this datasource, including charts owned by other people.',
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user