default callback

pull/5370/head
yann300 1 year ago
parent c8a7ffd711
commit 48260139de
  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