Merge pull request #54136 from nextcloud/fix-endless-spinner-on-file-entries-after-triggering-an-action-on-stable30

pull/54145/head
John Molakvoæ 2025-07-29 17:27:24 +07:00 committed by GitHub
commit f5409c6217
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

@ -72,7 +72,7 @@ export default defineComponent({
},
isLoading() {
return this.source.status === NodeStatus.LOADING || this.loading !== ''
return this.source.status === NodeStatus.LOADING
},
/**

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long