default callback

pull/4518/head
yann300 9 months ago
parent 4b3179e273
commit f16220dd10
  1. 2
      libs/remix-ui/run-tab/src/lib/actions/index.ts

@ -20,7 +20,7 @@ declare global {
}
const _paq = window._paq = window._paq || [] //eslint-disable-line
let plugin: RunTab, dispatch: React.Dispatch<any>
let plugin: RunTab, dispatch: React.Dispatch<any> = () => {}
export const initRunTab = (udapp: RunTab) => async (reducerDispatch: React.Dispatch<any>) => {
plugin = udapp

Loading…
Cancel
Save