Skip to content

Commit

Permalink
🐛 fix: fix init of chat plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Mar 16, 2024
1 parent fbfd8f1 commit cfddedd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/store/midjourney/action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ export const actions: StateCreator<

if (payload?.name === 'showMJ') {
const { prompts } = payload.arguments!;
useGlobalStore.setState({ settings: payload.settings });

return {
...payload.state,
Expand Down

0 comments on commit cfddedd

Please sign in to comment.