fix crossposting toast
This commit is contained in:
parent
df62cfb28c
commit
c4a96af5d3
|
@ -139,7 +139,8 @@ export default function useCrossposter () {
|
|||
</Button>
|
||||
</>,
|
||||
{
|
||||
onCancel: () => handleSkip()
|
||||
onClose: () => handleSkip(),
|
||||
autohide: false
|
||||
}
|
||||
)
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue