✨ Forgot link
This commit is contained in:
parent
1d4dcb7fe8
commit
b9af10b583
@ -4,6 +4,7 @@ import { IDashBoardFolder } from "@Front/Components/LayoutTemplates/DefaultNotar
|
||||
import classNames from "classnames";
|
||||
import Customer, { Document } from "le-coffre-resources/dist/Customer";
|
||||
import Image from "next/image";
|
||||
import Link from "next/link";
|
||||
import React from "react";
|
||||
|
||||
import Button, { EButtonVariant } from "../Button";
|
||||
@ -94,9 +95,11 @@ export default class UserFolder extends React.Component<IProps, IState> {
|
||||
/>
|
||||
</div>
|
||||
<div className={classes["button-container"]}>
|
||||
<Button variant={EButtonVariant.LINE} icon={PlusIcon}>
|
||||
Demander un autre document{" "}
|
||||
</Button>
|
||||
<Link href={`/folder/${this.props.folder.uid}/ask-documents`}>
|
||||
<Button variant={EButtonVariant.LINE} icon={PlusIcon}>
|
||||
Demander un autre document{" "}
|
||||
</Button>
|
||||
</Link>
|
||||
{<Button disabled={documentsAsked ? false : true}>Envoyer un mail de demande de documents</Button>}
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user