mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-11-10 07:28:46 +00:00
chore: fix build
This commit is contained in:
parent
59139ff323
commit
940db70447
@ -45,7 +45,7 @@ class LocalAISettingPanelBloc
|
|||||||
);
|
);
|
||||||
},
|
},
|
||||||
updateAIState: (LocalAIPB pluginState) {
|
updateAIState: (LocalAIPB pluginState) {
|
||||||
if (pluginState.isExecutableReady) {
|
if (pluginState.isPluginExecutableReady) {
|
||||||
emit(
|
emit(
|
||||||
state.copyWith(
|
state.copyWith(
|
||||||
runningState: pluginState.state,
|
runningState: pluginState.state,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user