From 310d8f28bb282d44a7b01265b790f7a8edf5b199 Mon Sep 17 00:00:00 2001
From: einhorn_b
- +
+ {{ $t('hide_resubmission') }} @@ -132,7 +132,7 @@ export default { pageSize: 25, query: '', noHashtag: null, - hideResubmission: true, + hideResubmissionModel: true, } }, watch: { @@ -433,6 +433,12 @@ export default { return 'info' } }, + showResubmissionCheckbox() { + return this.tabIndex === 0 + }, + hideResubmission() { + return this.showResubmissionCheckbox ? this.hideResubmissionModel : false + }, }, apollo: { ListAllContributions: {