Skip to content

Commit f54647e

Browse files
committed
feat: threads limitation fix
1 parent ffe4431 commit f54647e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

apps/frontend/src/components/new-launch/providers/threads/threads.provider.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ export default withProvider({
1616
CustomPreviewComponent: undefined,
1717
dto: undefined,
1818
checkValidity: async ([firstPost, ...otherPosts], settings) => {
19-
if (!firstPost.length) {
20-
return 'Should have at least one media';
21-
}
22-
2319
const checkVideosLength = await Promise.all(
2420
firstPost
2521
.filter((f) => f.path.indexOf('mp4') > -1)

0 commit comments

Comments
 (0)