.
This commit is contained in:
parent
355fc25095
commit
5f1f9466c8
@ -92,7 +92,7 @@ export const QuotesDataTable = ({
|
|||||||
row: { original: IListQuotes_Response_DTO };
|
row: { original: IListQuotes_Response_DTO };
|
||||||
renderValue: () => any;
|
renderValue: () => any;
|
||||||
}) => {
|
}) => {
|
||||||
const allowToSent = original?.status === "accepted" && !original?.date_sent;
|
//const allowToSent = original?.status === "accepted" && !original?.date_sent;
|
||||||
const isSent = Boolean(original?.status === "accepted" && original?.date_sent);
|
const isSent = Boolean(original?.status === "accepted" && original?.date_sent);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
2
dist/client/index.html
vendored
2
dist/client/index.html
vendored
@ -7,7 +7,7 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<link href="https://fonts.upset.dev/css2?family=Poppins&display=swap" rel="stylesheet" />
|
<link href="https://fonts.upset.dev/css2?family=Poppins&display=swap" rel="stylesheet" />
|
||||||
<title>Uecko</title>
|
<title>Uecko</title>
|
||||||
<script type="module" crossorigin src="/assets/index-B_fxMFjV.js"></script>
|
<script type="module" crossorigin src="/assets/index-m_8dy4w8.js"></script>
|
||||||
<link rel="stylesheet" crossorigin href="/assets/index-BZanV7G-.css">
|
<link rel="stylesheet" crossorigin href="/assets/index-BZanV7G-.css">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user