We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1c6f53f + 58b7469 commit f15d740Copy full SHA for f15d740
1 file changed
src/components/SidebarTabs/SettingsSidebarTab.vue
@@ -23,6 +23,7 @@
23
</NcCheckboxRadioSwitch>
24
<NcCheckboxRadioSwitch
25
:model-value="form.allowEditSubmissions"
26
+ :disabled="formArchived"
27
type="switch"
28
@update:model-value="onAllowEditSubmissionsChange">
29
{{ t('forms', 'Allow editing own responses') }}
0 commit comments