Skip to content

Commit

Permalink
fix scheduling beneficiary addition
Browse files Browse the repository at this point in the history
  • Loading branch information
feruzm committed Oct 8, 2023
1 parent 1c9b832 commit 5d1db6d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/common/pages/submit/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
>
Expand Down

0 comments on commit 5d1db6d

Please sign in to comment.