Skip to content

Commit

Permalink
Fix bot ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
tanchekwei authored and sunner committed Oct 21, 2023
1 parent b527d84 commit b9cc966
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/store/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ export default createStore({
);
if (bot) bot.order = order;
});
Chats.table.update(currentChat.index, { favBots: currentChat.favBots });
},
async addFavoriteBot(state, botClassname) {
const currentChat = await Chats.getCurrentChat();
Expand Down

1 comment on commit b9cc966

@vercel
Copy link

@vercel vercel bot commented on b9cc966 Oct 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

chatall – ./

chatall-git-main-sunner.vercel.app
chatall-llm.vercel.app
chatall-sunner.vercel.app

Please sign in to comment.