|
|
@ -10,7 +10,7 @@ import MyButton from "@/components/button/MyButton"; |
|
|
|
|
|
|
|
|
|
|
|
const SpotMeeting: FC = () => { |
|
|
|
const SpotMeeting: FC = () => { |
|
|
|
const [manages, setManages] = useState<Manage[]>([]) |
|
|
|
const [manages, setManages] = useState<Manage[]>([]) |
|
|
|
const [start, setStart] = useState<string>(formatDate(new Date(), "YY-MM-dd 08:00:00")) |
|
|
|
const [start, setStart] = useState<string>(formatDate(new Date(), "YY-MM-dd hh:00:00")) |
|
|
|
const [end, setEnd] = useState<string>(formatDate(new Date(), "YY-MM-dd 18:00:00")) |
|
|
|
const [end, setEnd] = useState<string>(formatDate(new Date(), "YY-MM-dd 18:00:00")) |
|
|
|
const [tempFilePath, setTempFilePath] = useState<string | null>(null); |
|
|
|
const [tempFilePath, setTempFilePath] = useState<string | null>(null); |
|
|
|
const [error, setError] = useState<string | null>(null) |
|
|
|
const [error, setError] = useState<string | null>(null) |
|
|
|