We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 027e2e2 commit 272e7b8Copy full SHA for 272e7b8
lib/app_configuration/widgets/feed_decorator_form.dart
@@ -243,7 +243,7 @@ class _FeedDecoratorFormState extends State<FeedDecoratorForm>
243
children: [
244
CheckboxListTile(
245
title: Text(l10n.visibleToRoleLabel(role.l10n(context))),
246
- value: roleConfig != null,
+ value: roleConfig != null && isApplicable,
247
// Disable the checkbox if the decorator is not applicable to the role.
248
onChanged: isApplicable
249
? (value) {
0 commit comments