Skip to content

Commit

Permalink
set botProjectFileState for skill bot
Browse files Browse the repository at this point in the history
  • Loading branch information
zhixzhan committed Dec 8, 2020
1 parent 99142b6 commit 131b068
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,8 @@ export const openLocalSkill = async (callbackHelpers, pathToBot: string, storage
isRemote: false,
});
set(botNameIdentifierState(projectData.id), botNameIdentifier);
const currentBotProjectFileIndexed: BotProjectFile = botFiles.botProjectSpaceFiles[0];
set(botProjectFileState(projectData.id), currentBotProjectFileIndexed);

return {
projectId: projectData.id,
Expand Down

0 comments on commit 131b068

Please sign in to comment.