Skip to content

Commit fda1511

Browse files
Chartman123backportbot[bot]
authored andcommitted
fix: Reset submission count after clearing submissions
Signed-off-by: Christian Hartmann <chris-hartmann@gmx.de>
1 parent 3cf04ba commit fda1511

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)