Skip to content

Commit 02d62e0

Browse files
authored
Merge pull request #3019 from nextcloud/backport/3018/stable5.2
[stable5.2] fix: Reset submission count after clearing submissions
2 parents 3cf04ba + fda1511 commit 02d62e0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/views/Results.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -796,6 +796,7 @@ export default {
796796
}),
797797
)
798798
this.submissions = []
799+
this.form.submissionCount = 0
799800
emit('forms:last-updated:set', this.form.id)
800801
} catch (error) {
801802
logger.error('Error while removing responses', { error })

0 commit comments

Comments
 (0)