| Index: ios/showcase/core/showcase_model.mm
|
| diff --git a/ios/showcase/core/showcase_model.mm b/ios/showcase/core/showcase_model.mm
|
| index ded20c104143a4e63766272964d968c9fd69b651..491b6ade8606e8690fd5eaba4f9008a1cb0af70b 100644
|
| --- a/ios/showcase/core/showcase_model.mm
|
| +++ b/ios/showcase/core/showcase_model.mm
|
| @@ -83,7 +83,7 @@
|
| },
|
| @{
|
| showcase::kClassForDisplayKey : @"SearchWidgetViewController",
|
| - showcase::kClassForInstantiationKey : @"SearchWidgetViewController",
|
| + showcase::kClassForInstantiationKey : @"SCSearchWidgetCoordinator",
|
| showcase::kUseCaseKey : @"Search Widget",
|
| },
|
| ];
|
|
|