[Video] Split 'videos' gate in two (#5037)
This commit is contained in:
parent
ab260c3599
commit
c41f372b3c
4 changed files with 6 additions and 5 deletions
|
@ -760,7 +760,7 @@ export const ComposePost = observer(function ComposePost({
|
|||
) : (
|
||||
<ToolbarWrapper style={[a.flex_row, a.align_center, a.gap_xs]}>
|
||||
<SelectPhotoBtn gallery={gallery} disabled={!canSelectImages} />
|
||||
{gate('videos') && (
|
||||
{gate('video_upload') && (
|
||||
<SelectVideoBtn
|
||||
onSelectVideo={selectVideo}
|
||||
disabled={!canSelectImages}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue