Many minor fixes to workflow execution algorithms
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import React, {useState} from 'react';
|
||||
import { useTheme } from '@material-ui/core/styles';
|
||||
import {isMobile} from "react-device-detect";
|
||||
import ReactGA from 'react-ga';
|
||||
import ReactGA from 'react-ga4';
|
||||
|
||||
import {TextField, Typography, Button} from '@material-ui/core';
|
||||
|
||||
@@ -99,4 +99,4 @@ const Newsletter = (props) => {
|
||||
}
|
||||
|
||||
|
||||
export default Newsletter;
|
||||
export default Newsletter;
|
||||
|
||||
Reference in New Issue
Block a user