Default changed-since to enabled (24h) on page load
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
68e8a6883b
commit
b90f6bcbd6
1 changed files with 1 additions and 1 deletions
|
|
@ -1423,7 +1423,7 @@ const RateMatrixTab: React.FC = () => {
|
|||
const [customTo, setCustomTo] = useState(fmtDate(new Date(Date.now() + 13 * 86400000)))
|
||||
const [showDirect, setShowDirect] = useState(false)
|
||||
const [historyModal, setHistoryModal] = useState<RateHistoryModal | null>(null)
|
||||
const [changedSinceEnabled, setChangedSinceEnabled] = useState(false)
|
||||
const [changedSinceEnabled, setChangedSinceEnabled] = useState(true)
|
||||
const [changedSinceDate, setChangedSinceDate] = useState<string>(() => {
|
||||
const d = new Date(Date.now() - 24 * 60 * 60 * 1000)
|
||||
const p = (n: number) => String(n).padStart(2, '0')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue