Skip to content

Commit f3a152b

Browse files
Fix to merge hiding form functionality
1 parent c889004 commit f3a152b

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

app/frontend/src/components/designer/settings/FormFunctionalitySettings.vue

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -134,21 +134,6 @@ defineExpose({
134134
</v-checkbox>
135135
136136
<!-- Show Assignee -->
137-
<v-checkbox
138-
v-model="form.enableSubmitterRevision"
139-
data-test="canSubmitterRevisionFormCheckbox"
140-
hide-details="auto"
141-
class="my-0"
142-
:disabled="form.userType === ID_MODE.PUBLIC"
143-
>
144-
<template #label>
145-
<span
146-
:class="{ 'mr-2': isRTL }"
147-
:lang="locale"
148-
v-html="$t('trans.formSettings.enableSubmitterRevision')"
149-
></span>
150-
</template>
151-
</v-checkbox>
152137
<v-checkbox
153138
v-if="form.enableStatusUpdates || form.enableSubmitterRevision"
154139
v-model="form.showAssigneeInSubmissionsTable"

0 commit comments

Comments
 (0)