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
|
<Button
|
||||||
icon={IconBell2}
|
icon={IconBell2}
|
||||||
variant="secondary"
|
variant="secondary"
|
||||||
onClick={void handleSendSigningNotifications}
|
onClick={() => void handleSendSigningNotifications()}
|
||||||
>
|
>
|
||||||
{__("Send signing notifications")}
|
{__("Send signing notifications")}
|
||||||
</Button>
|
</Button>
|
||||||
|
|||||||
Reference in New Issue
Block a user