Skip to content

Commit def16af

Browse files
ABTastyAdelCopilot
andauthored
Update example/lib/widgets/configuration.dart
Co-authored-by: Copilot <[email protected]>
1 parent 851f83c commit def16af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/lib/widgets/configuration.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ class _ConfigurationState extends State<Configuration> with ShowDialog {
196196
apiKeyController.text = fsData.apiKey;
197197
timeoutController.text = fsData.timeout.toString();
198198
visitorIdController.text = fsUser.visitorId;
199-
bool isApiMode = (fsData.sdkMode == Mode.BUCKETING) ? true : false;
199+
bool isApiMode = (fsData.sdkMode == Mode.DECISION_API) ? true : false;
200200
pollingTimeController.text = defaultPollingTime.toString();
201201

202202
final mediaQuery = MediaQuery.of(context);

0 commit comments

Comments
 (0)