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 5e45dfb commit 3c8e47eCopy full SHA for 3c8e47e
lib/app_configuration/view/app_configuration_page.dart
@@ -1006,10 +1006,6 @@ class _UserPreferenceLimitsFormState extends State<_UserPreferenceLimitsForm> {
1006
),
1007
],
1008
);
1009
- case 'none':
1010
- case 'admin': // Assuming admin doesn't have specific limits here
1011
- case 'publisher': // Assuming publisher doesn't have specific limits here
1012
- return const SizedBox.shrink();
1013
default:
1014
return const SizedBox.shrink();
1015
}
@@ -1403,10 +1399,6 @@ class _AdConfigFormState extends State<_AdConfigForm> {
1403
1399
1404
1400
1405
1401
1406
1407
- case 'admin':
1408
- case 'publisher':
1409
1410
1402
1411
1412
0 commit comments