diff --git a/src/components/InterfaceNotification.tsx b/src/components/InterfaceNotification.tsx index 3ae17fcc..55364d09 100644 --- a/src/components/InterfaceNotification.tsx +++ b/src/components/InterfaceNotification.tsx @@ -8,7 +8,7 @@ interface Props { message: string; error: boolean; retry: boolean; - performTransaction: (...queries: string[]) => void; + performTransaction: (parallelize: boolean, ...queries: string[]) => void; } export default class InterfaceNotification extends React.Component { @@ -27,7 +27,10 @@ export default class InterfaceNotification extends React.Component {