Skip to content

Commit 8b0ac72

Browse files
larissacribeirobrianchandotcom
authored andcommitted
LPD-56225 Keep configuration disabled
1 parent 6f08d89 commit 8b0ac72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/apps/object/object-web/src/main/resources/META-INF/resources/js/components/ObjectDetails/ConfigurationContainer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ export function ConfigurationContainer({
184184
{Liferay.FeatureFlags['LPD-17564'] && (
185185
<ClayForm.Group>
186186
<Toggle
187-
disabled={disabled}
187+
disabled={true}
188188
label={Liferay.Language.get(
189189
'allow-users-to-schedule-a-display-expiration-and-review-date-for-entries'
190190
)}

0 commit comments

Comments
 (0)