diff --git a/CHANGELOG.md b/CHANGELOG.md index 368927063..5caa96b51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,6 +38,7 @@ You should also include the user name that made the change. - Server: Ensure temp directory cleanup @Johann150 - favicons of federated instances not showing @syuilo - Client: fix switch to receive email notifications @syuilo +- Client: Page freezes when trying to open configuration page of existing webhooks @syuilo ## 12.111.1 (2022/06/13) diff --git a/packages/client/src/components/global/router-view.vue b/packages/client/src/components/global/router-view.vue index fca2371f0..cd1e78019 100644 --- a/packages/client/src/components/global/router-view.vue +++ b/packages/client/src/components/global/router-view.vue @@ -1,6 +1,12 @@