Submit posts

This commit is contained in:
Dan Abramov
2024-10-23 18:56:13 +01:00
parent ed9deed638
commit c9fb496fa4
2 changed files with 19 additions and 8 deletions
+1 -6
View File
@@ -409,12 +409,7 @@ let PostCtrls = ({
)}
<Dialog.Outer control={submitControl}>
<Dialog.Handle />
<FeedSelectDialog
control={submitControl}
dids={[]}
onChangeDids={() => {}}
profiles={[]}
/>
<FeedSelectDialog control={submitControl} postUri={post.uri} />
</Dialog.Outer>
</View>
)