Fix signing notifications sending
Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
@@ -94,7 +94,7 @@ export default function DocumentsPage(props: {
|
||||
<Button
|
||||
icon={IconBell2}
|
||||
variant="secondary"
|
||||
onClick={void handleSendSigningNotifications}
|
||||
onClick={() => void handleSendSigningNotifications()}
|
||||
>
|
||||
{__("Send signing notifications")}
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user