mirror of
https://github.com/grafana/grafana.git
synced 2025-02-11 08:05:43 -06:00
DashboardSave: keep version message (#46966)
This commit is contained in:
parent
c1dbe7617c
commit
d1681dcc18
@ -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…
Reference in New Issue
Block a user