fix typo in libs/remix-ui/run-tab/src/lib/actions/account.ts

pull/5370/head
Thabokani 10 months ago committed by Aniket
parent c2691f6f7a
commit 85d7ed8fe2
  1. 2
      libs/remix-ui/run-tab/src/lib/actions/account.ts

@ -51,7 +51,7 @@ export const fillAccountsList = async (plugin: RunTab, dispatch: React.Dispatch<
export const setFinalContext = (plugin: RunTab, dispatch: React.Dispatch<any>) => {
dispatch(fetchAccountsListRequest())
// set the final context. Cause it is possible that this is not the one we've originaly selected
// set the final context. Cause it is possible that this is not the one we've originally selected
const value = _getProviderDropdownValue(plugin)
setExecEnv(dispatch, value)

Loading…
Cancel
Save