mirror of
https://github.com/umami-software/umami.git
synced 2026-02-05 21:27:20 +01:00
Remove snake_case.
This commit is contained in:
parent
e1f99a7d01
commit
a91386434d
21 changed files with 86 additions and 100 deletions
|
|
@ -109,8 +109,8 @@ export default function EventDataForm({ websiteId, onClose, className }) {
|
|||
const handleSubmit = async () => {
|
||||
const params = {
|
||||
website_id: websiteId,
|
||||
start_at: +startDate,
|
||||
end_at: +endDate,
|
||||
startAt: +startDate,
|
||||
endAt: +endDate,
|
||||
timezone,
|
||||
columns,
|
||||
filters,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue