diff --git a/changelog/unreleased/bugfix-loading-state-in-views b/changelog/unreleased/bugfix-loading-state-in-views new file mode 100644 index 00000000000..1851d956bfe --- /dev/null +++ b/changelog/unreleased/bugfix-loading-state-in-views @@ -0,0 +1,5 @@ +Bugfix: Loading state in views + +We fixed a small glitch in views of the files app, where the view would show a state like "Resource not found" in the brief moment before the resource loading started. Now the views correctly start in a loading state. + +https://github.com/owncloud/web/pull/7325 diff --git a/packages/web-app-files/src/components/TrashBin.vue b/packages/web-app-files/src/components/TrashBin.vue index c70a225e020..ad50be85a89 100644 --- a/packages/web-app-files/src/components/TrashBin.vue +++ b/packages/web-app-files/src/components/TrashBin.vue @@ -1,7 +1,7 @@