Add revision param to dashboard settings (#3928)

# What this PR does
Fixes OnCall Insights dashboard auto-update
## Which issue(s) this PR fixes

## Checklist

- [ ] Unit, integration, and e2e (if applicable) tests updated
- [x] Documentation added (or `pr:no public docs` PR label added if not
required)
- [x] `CHANGELOG.md` updated (or `pr:no changelog` PR label added if not
required)
This commit is contained in:
Yulya Artyukhina 2024-02-21 12:57:55 +01:00 committed by GitHub
parent 2d6d5a8ac0
commit d0ee58cb68
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1491,5 +1491,6 @@
"timezone": "browser", "timezone": "browser",
"title": "OnCall Insights", "title": "OnCall Insights",
"version": 2, "version": 2,
"revision": 2,
"weekStart": "" "weekStart": ""
} }