diff --git a/src/common/pages/submit/index.tsx b/src/common/pages/submit/index.tsx index dc552970a05..63852aa5a5a 100644 --- a/src/common/pages/submit/index.tsx +++ b/src/common/pages/submit/index.tsx @@ -500,7 +500,16 @@ export function Submit(props: PageProps & MatchProps) { return; } - doSchedule({ title, tags, body, schedule }); + doSchedule({ + title, + tags, + body, + reward, + reblogSwitch, + beneficiaries, + schedule, + description + }); }} disabled={posting || publishing} >