fix crossposting toast

This commit is contained in:
k00b 2024-08-21 14:57:37 -05:00
parent df62cfb28c
commit c4a96af5d3
1 changed files with 2 additions and 1 deletions

View File

@ -139,7 +139,8 @@ export default function useCrossposter () {
</Button> </Button>
</>, </>,
{ {
onCancel: () => handleSkip() onClose: () => handleSkip(),
autohide: false
} }
) )
}) })