mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 08:18:10 -05:00
@@ -91,6 +91,8 @@ export class DashboardSrv {
|
||||
options: DashboardSaveOptions,
|
||||
err: { data: { status: string; message: any }; isHandled: boolean }
|
||||
) {
|
||||
options.overwrite = true;
|
||||
|
||||
if (err.data && err.data.status === 'version-mismatch') {
|
||||
err.isHandled = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user