diff options
Diffstat (limited to 'src/view/com/composer/Composer.tsx')
-rw-r--r-- | src/view/com/composer/Composer.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/view/com/composer/Composer.tsx b/src/view/com/composer/Composer.tsx index 640602618..8ae92b018 100644 --- a/src/view/com/composer/Composer.tsx +++ b/src/view/com/composer/Composer.tsx @@ -764,8 +764,8 @@ export const ComposePost = observer(function ComposePost({ /> ) : null)} <SubtitleDialogBtn - altText={videoAltText} - setAltText={setVideoAltText} + defaultAltText={videoAltText} + saveAltText={setVideoAltText} captions={captions} setCaptions={setCaptions} /> |