Skip to content

Commit c706a61

Browse files
committed
fix: Reset submission count after clearing submissions
Signed-off-by: Christian Hartmann <chris-hartmann@gmx.de>
1 parent 975649a commit c706a61

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
@@ -799,6 +799,7 @@ export default {
799799
}),
800800
)
801801
this.submissions = []
802+
this.form.submissionCount = 0
802803
emit('forms:last-updated:set', this.form.id)
803804
} catch (error) {
804805
logger.error('Error while removing responses', { error })

0 commit comments

Comments
 (0)