Skip to content

Commit

Permalink
update selectedVersion after preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
sepehr2github committed Nov 9, 2023
1 parent f8499ce commit dce70e9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/context/update.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,10 @@ const UpdateProvider: React.FC<{children: ReactElement}> = ({children}) => {
type: 'setPluginAvailableVersions',
payload: pluginListTemp as Map<string, Plugin>,
});
setValue('pluginSelectedVersion', {
version: step.versionTag,
isPrepared: true,
});
dispatch({type: 'setDaoUpdateData'});
dispatch({
type: 'setPreparationProcessState',
Expand Down

0 comments on commit dce70e9

Please sign in to comment.