DashboardSave: keep version message (#46966)

pull/47020/head
Ryan McKinley 3 years ago committed by GitHub
parent c1dbe7617c
commit d1681dcc18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      public/app/features/dashboard/components/SaveDashboard/forms/SaveDashboardForm.tsx

@ -42,6 +42,7 @@ export const SaveDashboardForm = ({
return;
}
setSaving(true);
options = { ...options, message: data.message };
const result = await onSubmit(saveModel.clone, options, dashboard);
if (result.status === 'success') {
if (options.saveVariables) {

Loading…
Cancel
Save