Remove snake_case.

This commit is contained in:
Brian Cao 2022-12-26 17:36:48 -08:00
parent e1f99a7d01
commit a91386434d
21 changed files with 86 additions and 100 deletions

View file

@ -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,