fix: dashboard save modals had double submit on enter after my refactoring this morning

This commit is contained in:
Torkel Ödegaard
2017-06-05 18:01:16 +02:00
parent 82d4d54dc5
commit f18ebea03e
3 changed files with 4 additions and 12 deletions

View File

@@ -142,7 +142,6 @@ func GetDashboard(query *m.GetDashboardQuery) error {
dashboard.Data.Set("id", dashboard.Id)
query.Result = &dashboard
return nil
}