mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Enable remaining eslint-plugin-react rules (#29519)
* Chore: Enable eslint react/no-render-return-value rule Eanble the rule and remove the unused render return part of: #29201 * Chore: Enable eslint react/no-children-prop rule Not linting issues after turning on this. No other file changes requried part of: #29201 * Chore: Enable eslint react/no-unknown-property rule Correct enable-background to enableBackground part of: #29201 * Chore: Enable eslint react/no-unescaped-entities rule Replaced " with " replaced ' with ' part of: #29201
This commit is contained in:
@@ -31,8 +31,8 @@ export const SaveProvisionedDashboardForm: React.FC<SaveDashboardFormProps> = ({
|
||||
<>
|
||||
<VerticalGroup spacing="lg">
|
||||
<small>
|
||||
This dashboard cannot be saved from Grafana's UI since it has been provisioned from another source. Copy the
|
||||
JSON or save it to a file below. Then you can update your dashboard in corresponding provisioning source.
|
||||
This dashboard cannot be saved from Grafana's UI since it has been provisioned from another source. Copy
|
||||
the JSON or save it to a file below. Then you can update your dashboard in corresponding provisioning source.
|
||||
<br />
|
||||
<i>
|
||||
See{' '}
|
||||
|
||||
Reference in New Issue
Block a user