feat: change api active

main
Firman Ramdhani 2025-07-07 16:00:55 +07:00
parent 942a769873
commit c3985de71c
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ export default function DefaultValue() {
const handleGetDataActive = async () => {
setLoadingActive(true);
await axios
.get('v1/data-scheduling-active', { params: { date: dayjs().format('YYYY-MM-DD') } })
.get('v1/transaction-setting/detail', { params: { date: dayjs().format('YYYY-MM-DD') } })
.then((resp) => {
const value = resp.data?.data?.value;
form.setFieldsValue({ value: value });