Skip to content

Commit 043a49d

Browse files
Update src/components/SidebarTabs/SettingsSidebarTab.vue
Co-authored-by: Christian Hartmann <chris-hartmann@gmx.de> Signed-off-by: L'Africain <fr.cyrille@tiberiade.be>
1 parent c728d76 commit 043a49d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/components/SidebarTabs/SettingsSidebarTab.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -414,8 +414,7 @@ export default {
414414
this.$emit('update:form-prop', 'maxSubmissions', checked ? 1 : null)
415415
},
416416
417-
onMaxSubmissionsValueChange(event) {
418-
const value = parseInt(event.target.value)
417+
onMaxSubmissionsValueChange(value) {
419418
if (value > 0) {
420419
this.$emit('update:form-prop', 'maxSubmissions', value)
421420
}

0 commit comments

Comments
 (0)