|
|
|
@ -14,6 +14,7 @@ import Build from "./Build";
|
|
|
|
import { styled } from "@mui/joy";
|
|
|
|
import { styled } from "@mui/joy";
|
|
|
|
import Environment from "./Environment";
|
|
|
|
import Environment from "./Environment";
|
|
|
|
import Deploy from "./Deploy";
|
|
|
|
import Deploy from "./Deploy";
|
|
|
|
|
|
|
|
import { classNames } from "../../../utils/styles";
|
|
|
|
|
|
|
|
|
|
|
|
interface IModalServiceProps {
|
|
|
|
interface IModalServiceProps {
|
|
|
|
onHide: CallbackFunction;
|
|
|
|
onHide: CallbackFunction;
|
|
|
|
@ -60,10 +61,6 @@ const ModalServiceCreate = (props: IModalServiceProps) => {
|
|
|
|
|
|
|
|
|
|
|
|
const initialValues = useMemo(() => getInitialValues(), []);
|
|
|
|
const initialValues = useMemo(() => getInitialValues(), []);
|
|
|
|
|
|
|
|
|
|
|
|
const classNames = (...classes: string[]) => {
|
|
|
|
|
|
|
|
return classes.filter(Boolean).join(" ");
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
return (
|
|
|
|
return (
|
|
|
|
<div className="fixed z-50 inset-0 overflow-y-auto">
|
|
|
|
<div className="fixed z-50 inset-0 overflow-y-auto">
|
|
|
|
<div className="justify-center items-center flex overflow-x-hidden overflow-y-auto fixed inset-0 outline-none focus:outline-none">
|
|
|
|
<div className="justify-center items-center flex overflow-x-hidden overflow-y-auto fixed inset-0 outline-none focus:outline-none">
|
|
|
|
|