support email modification

This commit is contained in:
yoan
2024-09-21 06:37:11 +08:00
parent b649348162
commit 30beee6027
10 changed files with 309 additions and 301 deletions

View File

@@ -14,7 +14,7 @@ import {
import { Deployment, DeploymentListReq, Log } from "@/domain/deployment";
import { convertZulu2Beijing } from "@/lib/time";
import { list } from "@/repository/deployment";
import { CircleCheck, CircleX, Smile } from "lucide-react";
import { Smile } from "lucide-react";
import { useEffect, useState } from "react";
import { useNavigate, useSearchParams } from "react-router-dom";