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