report-fetch-request-ui #7

Merged
aetos merged 20 commits from report-fetch-request-ui into main 2026-05-24 17:23:03 +00:00
Showing only changes of commit 8f57bd1745 - Show all commits

View File

@@ -42,7 +42,7 @@ function formatDate(iso: string) {
} }
export default function ReportSnapshots() { export default function ReportSnapshots() {
const [ignoreSelf, setIgnoreSelf] = React.useState(false); const [ignoreSelf, setIgnoreSelf] = React.useState(true);
const [startDate, setStartDate] = React.useState(""); const [startDate, setStartDate] = React.useState("");
const [endDate, setEndDate] = React.useState(""); const [endDate, setEndDate] = React.useState("");
const [minAmount, setMinAmount] = React.useState(""); const [minAmount, setMinAmount] = React.useState("");