Skip to content

Commit

Permalink
fix: campaign timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
okradze committed Jan 10, 2024
1 parent b9270bf commit 9cf91eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const useEditCampaign = () => {
campaign_retry_interval: campaignById?.retry_interval,
campaign_working_hours_start: campaignById?.working_hours_start,
campaign_working_hours_end: campaignById?.working_hours_end,
timezone: campaignById?.timezone,
campaign_timezone: campaignById?.timezone,
}

const handleSubmit = async (values: any) => {
Expand Down

0 comments on commit 9cf91eb

Please sign in to comment.