DashboardSave: keep version message (#46966)

This commit is contained in:
Ryan McKinley 2022-03-29 07:11:34 -07:00 committed by GitHub
parent c1dbe7617c
commit d1681dcc18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) {