Skip to content

Commit 58b7469

Browse files
authored
fix: disable edit switch when the form is archived
Signed-off-by: GitHub <noreply@github.com>
1 parent 1c6f53f commit 58b7469

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/SidebarTabs/SettingsSidebarTab.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
</NcCheckboxRadioSwitch>
2424
<NcCheckboxRadioSwitch
2525
:model-value="form.allowEditSubmissions"
26+
:disabled="formArchived"
2627
type="switch"
2728
@update:model-value="onAllowEditSubmissionsChange">
2829
{{ t('forms', 'Allow editing own responses') }}

0 commit comments

Comments
 (0)