Skip to content

Commit 3796fe2

Browse files
committed
remove redundant setFileActive call
1 parent 61e2660 commit 3796fe2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

js/hang-ui/src/Components/publish/PublishUIContextProvider.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ export default function PublishUIContextProvider(props: PublishUIContextProvider
4949
hangPublishEl.source = "file";
5050
hangPublishEl.video = true;
5151
hangPublishEl.audio = true;
52-
setFileActive(true);
5352
};
5453

5554
const value: PublishUIContextValue = {

0 commit comments

Comments
 (0)