From 5d1db6d6b9d39e1a0bf48e85bcd4b19fdd1438b5 Mon Sep 17 00:00:00 2001 From: feruz Date: Sun, 8 Oct 2023 13:20:10 +0300 Subject: [PATCH] fix scheduling beneficiary addition --- src/common/pages/submit/index.tsx | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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} >