Fix TSDoc for suppressing error alerts from backendSrc (#110824)
s/true/false
This commit is contained in:
@@ -153,7 +153,7 @@ export function isFetchError<T = any>(e: unknown): e is FetchError<T> {
|
||||
*
|
||||
* @remarks
|
||||
* By default, Grafana displays an error message alert if the remote call fails. To prevent this from
|
||||
* happening `showErrorAlert = true` on the options object.
|
||||
* happening `showErrorAlert = false` on the options object.
|
||||
*
|
||||
* @public
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user