fix updating compilation result upon finished compilation

pull/4896/head
yann300 5 months ago committed by Aniket
parent 71bb4d5eaf
commit a595146503
  1. 1
      libs/remix-ui/run-tab/src/lib/actions/events.ts

@ -249,6 +249,7 @@ const broadcastCompilationResult = async (compilerName: string, plugin: RunTab,
dispatch(addDeployOption({ [file]: {} }))
}
dispatch(fetchContractListSuccess({ [file]: contracts }))
dispatch(setCurrentFile(file))
// TODO: set current contract
}

Loading…
Cancel
Save