|
|
|
@@ -2,13 +2,11 @@ import { Box, Button, Stack, Typography } from "@mui/material"; |
|
|
|
import { HasChildren } from "@types"; |
|
|
|
import { reOrderSticker } from "api/season-ticket-contract"; |
|
|
|
import { FormProvider, RHFTextField } from "components/hook-form"; |
|
|
|
import { RHFUpload } from "components/hook-form/RHFUpload"; |
|
|
|
import { useSeasonTicketContractContext } from "contexts/dashboard/SeasonTicketContractContext"; |
|
|
|
import useAPICall from "hooks/useAPICall"; |
|
|
|
import useDashboard from "hooks/useDashBoard"; |
|
|
|
import useNavigateCustom from "hooks/useNavigateCustom"; |
|
|
|
import useSnackbarCustom from "hooks/useSnackbarCustom"; |
|
|
|
import { useUpload } from "hooks/useUpload"; |
|
|
|
import { PageID, TabID } from "pages"; |
|
|
|
import { useEffect, useState } from "react"; |
|
|
|
import { useForm } from "react-hook-form"; |
|
|
|
@@ -130,9 +128,6 @@ export default function StickerReOrder() { |
|
|
|
/> |
|
|
|
</AreaBox> |
|
|
|
|
|
|
|
<AreaBox label="アップロード"> |
|
|
|
<RHFUpload name="upload1" /> |
|
|
|
</AreaBox> |
|
|
|
<Box> |
|
|
|
<Button variant="contained" type="submit"> |
|
|
|
確定 |
|
|
|
|