feat(ai-scribe): Load AI scribe config in dashboard
This commit is contained in:
-4
@@ -63,10 +63,6 @@ class PreferencesInteractorsBindings extends InteractorsBindings {
|
||||
() => SaveLanguageInteractor(Get.find<ManageAccountRepository>(tag: composerId)),
|
||||
tag: composerId,
|
||||
);
|
||||
Get.lazyPut(
|
||||
() => GetAIScribeConfigInteractor(Get.find<ManageAccountRepository>(tag: composerId)),
|
||||
tag: composerId,
|
||||
);
|
||||
}
|
||||
|
||||
@override
|
||||
|
||||
Reference in New Issue
Block a user