Skip to content

Commit f08fb9e

Browse files
Fix wide form layout checkbox disabled state (bcgov#1782)
Changed the disabled prop for the wide form layout checkbox to use 'disabledStates.general' instead of 'disabledStates.public' for correct behavior.
1 parent df8ee89 commit f08fb9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ defineExpose({
328328
<!-- Wide Form Layout -->
329329
<v-checkbox
330330
v-model="form.wideFormLayout"
331-
:disabled="disabledStates.public"
331+
:disabled="disabledStates.general"
332332
hide-details="auto"
333333
class="my-0"
334334
data-test="canAllowWideFormLayoutCheckbox"

0 commit comments

Comments
 (0)